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

Update .gitlab-ci.yml

parent 0c4cbcc9
No related branches found
No related tags found
No related merge requests found
Pipeline #8023 passed
......@@ -16,7 +16,6 @@ build-3.7-VS2017:
- git submodule update --init --recursive
script:
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;C:\Program Files\CMake\bin;
- echo %Path%
- virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .
- call .\Scripts\activate
- python setup.py bdist_wheel --dist-dir dist3
......@@ -95,7 +94,7 @@ test-3.7-VS2017:
- build-3.7-VS2017
script:
- set Path=%Path%;C:\Program Files\Python37;C:\Program Files\Python37\Scripts;
- virtualenv --clear -p "C:\Program Files\Python37\python.exe" .
- virtualenv.exe --clear -p "C:\Program Files\Python37\python.exe" .
- call .\Scripts\activate
- cd dist3
- 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