Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
openmesh-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
openmesh-python
Commits
a7a8a923
Commit
a7a8a923
authored
Oct 15, 2019
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+10
-10
No files found.
.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