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
8ab4c8fb
Commit
8ab4c8fb
authored
Feb 15, 2018
by
Isaak Lim
Browse files
fix windows CI for loops
parent
44311501
Pipeline
#6231
passed with stages
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8ab4c8fb
...
...
@@ -97,7 +97,7 @@ test-3.6-VS2017:
-
virtualenv --clear -p "C:\Program Files\Python36\python.exe" .
-
call .\Scripts\activate
-
cd dist3
-
FOR %
wheel in
(*.whl) DO pip install %
wheel
-
FOR %
%a IN
(*.whl) DO pip install %
%a
-
cd ..\tests
-
python -m unittest discover
...
...
@@ -169,7 +169,7 @@ deploy-3.6-VS2017:
script
:
-
mkdir release
-
cd dist3
-
FOR %
wheel in
(*.whl) DO c
opy %wheel
..\release
-
FOR %
%a IN
(*.whl) DO c
p %%a
..\release
artifacts
:
paths
:
-
release/*.whl
...
...
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