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
a7a8a923
Commit
a7a8a923
authored
Oct 15, 2019
by
Isaak Lim
Browse files
switch linux 3.5 CI jobs to 3.7
parent
e7f33348
Pipeline
#12423
passed with stages
in 6 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a7a8a923
...
...
@@ -24,7 +24,7 @@ build-3.7-VS2017:
paths
:
-
dist3/
build-3.
5
-linux
:
build-3.
7
-linux
:
stage
:
build
tags
:
...
...
@@ -32,7 +32,7 @@ build-3.5-linux:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
...
...
@@ -103,15 +103,15 @@ test-3.7-VS2017:
-
cd ..\tests
-
python -m unittest discover
test-3.
5
-linux
:
test-3.
7
-linux
:
stage
:
test
tags
:
-
Linux
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
pip install dist3/*.whl
-
cd tests
...
...
@@ -177,13 +177,13 @@ deploy-3.7-VS2017:
paths
:
-
release/*.whl
deploy-3.
5
-linux
:
deploy-3.
7
-linux
:
stage
:
deploy
tags
:
-
Linux
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
-
mkdir release
-
cp dist3/*.whl release
...
...
@@ -241,7 +241,7 @@ deploy-sdist:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
python setup.py sdist --dist-dir release
artifacts
:
...
...
@@ -254,9 +254,9 @@ deploy-documentation:
tags
:
-
Linux
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
pip install dist3/*.whl
-
pip install sphinx sphinx_rtd_theme
...
...
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