Skip to content
Snippets Groups Projects
Commit 68c77df1 authored by Isaak Lim's avatar Isaak Lim
Browse files

update python path for VS builds

parent 36f47104
No related branches found
No related tags found
No related merge requests found
Pipeline #8017 failed
...@@ -16,7 +16,7 @@ build-3.6-VS2017: ...@@ -16,7 +16,7 @@ build-3.6-VS2017:
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts; - set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts;
- virtualenv --clear -p "C:\Program Files\Python36\python.exe" . - virtualenv --clear -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe" .
- call .\Scripts\activate - call .\Scripts\activate
- python setup.py bdist_wheel --dist-dir dist3 - python setup.py bdist_wheel --dist-dir dist3
artifacts: artifacts:
...@@ -94,7 +94,7 @@ test-3.6-VS2017: ...@@ -94,7 +94,7 @@ test-3.6-VS2017:
- build-3.6-VS2017 - build-3.6-VS2017
script: script:
- set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts; - set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts;
- virtualenv --clear -p "C:\Program Files\Python36\python.exe" . - virtualenv --clear -p "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe" .
- call .\Scripts\activate - call .\Scripts\activate
- cd dist3 - cd dist3
- FOR %%a IN (*.whl) DO pip install %%a - FOR %%a IN (*.whl) DO pip install %%a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment