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
44311501
Commit
44311501
authored
Feb 15, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
call virtualenv scripts to avoid early exit for windows CI scripts
parent
54764119
Pipeline
#6230
failed with stages
in 5 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
.gitlab-ci.yml
.gitlab-ci.yml
+5
-2
No files found.
.gitlab-ci.yml
View file @
44311501
...
...
@@ -8,13 +8,16 @@ build-3.6-VS2017:
build
tags
:
-
VS2017
variables
:
BUILD_PLATFORM
:
"
VS2017"
ARCHITECTURE
:
"
x64"
before_script
:
-
git submodule sync --recursive
-
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" .
-
.\Scripts\activate
-
call
.\Scripts\activate
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
paths
:
...
...
@@ -92,7 +95,7 @@ test-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" .
-
.\Scripts\activate
-
call
.\Scripts\activate
-
cd dist3
-
FOR %wheel in (*.whl) DO pip install %wheel
-
cd ..\tests
...
...
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