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
bff5da3a
Commit
bff5da3a
authored
Feb 15, 2018
by
Isaak Lim
Browse files
fix typos
parent
2201314a
Pipeline
#6224
failed with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bff5da3a
...
@@ -88,7 +88,7 @@ test-3.6-VS2017:
...
@@ -88,7 +88,7 @@ test-3.6-VS2017:
tags
:
tags
:
-
VS2017
-
VS2017
dependencies
:
dependencies
:
-
build-3.
5
-VS2017
-
build-3.
6
-VS2017
script
:
script
:
-
set Path=%Path%;C:\Program Files\Python36;C:\Program Files\Python36\Scripts;
-
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\Python36\python.exe" .
...
@@ -161,7 +161,7 @@ deploy-3.6-VS2017:
...
@@ -161,7 +161,7 @@ deploy-3.6-VS2017:
tags
:
tags
:
-
VS2017
-
VS2017
dependencies
:
dependencies
:
-
build-3.
5
-VS2017
-
build-3.
6
-VS2017
script
:
script
:
-
mkdir release
-
mkdir release
-
FOR %a in (dist3\*.whl) DO cp %a release
-
FOR %a in (dist3\*.whl) DO cp %a release
...
...
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