Skip to content

Commit

Permalink
Set INSTALL_DIR in env on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva committed Jan 26, 2018
1 parent 115503b commit cfdb92b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platform:

environment:
MEX: -DBUILD_MEX=OFF
INSTALL_DIR: C:\projects\segyio-install
TWINE_PASSWORD:
secure: kTga6+rLL1fNpKqFNcX0QZNyqiYaHsEfSS4k6wvUoTE=
matrix:
Expand All @@ -30,9 +31,6 @@ environment:
matrix:
fast_finish: true

init:
- INSTALL_DIR: C:\projects\segyio-install

install:
- git submodule update --init --recursive
- IF DEFINED PYTHON (IF "%platform%" == "x64" SET PYTHON=%PYTHON%-x64)
Expand Down

0 comments on commit cfdb92b

Please sign in to comment.