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
ddd6950d
Commit
ddd6950d
authored
Jul 16, 2020
by
Isaak Lim
Browse files
Update CI/deploy-3.7-VS2017.bat, .gitlab-ci.yml files
parent
e768a7f5
Pipeline
#14715
passed with stages
in 7 minutes
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ddd6950d
...
...
@@ -160,10 +160,7 @@ deploy-3.7-VS2017:
-
python37
dependencies
:
-
build-3.7-VS2017
script
:
-
mkdir release
-
cd dist3
-
FOR %a IN (*.whl) DO copy %a ..\release
script
:
"
CI
\\
deploy-3.7-VS2017.bat"
artifacts
:
paths
:
-
release/*.whl
...
...
CI/deploy-3.7-VS2017.bat
0 → 100644
View file @
ddd6950d
mkdir
release
cd
dist3
FOR
%%a
IN
(*
.whl
)
DO
copy
%%a
..\release
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