Skip to content
GitLab
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
54764119
Commit
54764119
authored
Feb 15, 2018
by
Isaak Lim
Browse files
cd to dist3 for windows CI jobs
parent
38c381f9
Pipeline
#6229
failed with stages
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54764119
...
...
@@ -93,8 +93,9 @@ test-3.6-VS2017:
-
set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts;
-
virtualenv --clear -p "C:\Program Files\Python36\python.exe" .
-
.\Scripts\activate
-
FOR %a in (dist3\*.whl) DO pip install %a
-
cd tests
-
cd dist3
-
FOR %wheel in (*.whl) DO pip install %wheel
-
cd ..\tests
-
python -m unittest discover
test-3.5-linux
:
...
...
@@ -164,7 +165,8 @@ deploy-3.6-VS2017:
-
build-3.6-VS2017
script
:
-
mkdir release
-
FOR %a in (dist3\*.whl) DO cp %a release
-
cd dist3
-
FOR %wheel in (*.whl) DO copy %wheel ..\release
artifacts
:
paths
:
-
release/*.whl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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