Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
openmesh-python
Commits
68c77df1
Commit
68c77df1
authored
Dec 06, 2018
by
Isaak Lim
Browse files
update python path for VS builds
parent
36f47104
Pipeline
#8017
failed with stages
in 5 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
68c77df1
...
...
@@ -16,7 +16,7 @@ build-3.6-VS2017:
-
git submodule update --init --recursive
script
:
-
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
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
...
...
@@ -94,7 +94,7 @@ test-3.6-VS2017:
-
build-3.6-VS2017
script
:
-
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
-
cd dist3
-
FOR %%a IN (*.whl) DO pip install %%a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment