Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
68c77df1
Commit
68c77df1
authored
Dec 06, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.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
Markdown
is supported
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