install dependencies in init script
This commit is contained in:
parent
7fe7a4da8d
commit
1afbde0d7f
@ -11,6 +11,8 @@ environment:
|
|||||||
GENERATOR: 'Visual Studio 11 Win64'
|
GENERATOR: 'Visual Studio 11 Win64'
|
||||||
PYTHON: 'C:\Python35-x64\python.exe'
|
PYTHON: 'C:\Python35-x64\python.exe'
|
||||||
PIP: 'C:\Python35-x64\Scripts\pip.exe'
|
PIP: 'C:\Python35-x64\Scripts\pip.exe'
|
||||||
|
init:
|
||||||
|
- cmd: '%PIP% install nose wheel'
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\build\libgit2
|
set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\build\libgit2
|
||||||
@ -22,7 +24,6 @@ build_script:
|
|||||||
cmake --build . --config Release --target install
|
cmake --build . --config Release --target install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
"%PIP%" install wheel
|
|
||||||
"%PYTHON%" setup.py bdist_wheel
|
"%PYTHON%" setup.py bdist_wheel
|
||||||
"%PIP%" install .
|
"%PIP%" install .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user