Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openmesh-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenMesh
openmesh-python
Commits
a7a8a923
Commit
a7a8a923
authored
5 years ago
by
Isaak Lim
Browse files
Options
Downloads
Patches
Plain Diff
switch linux 3.5 CI jobs to 3.7
parent
e7f33348
No related branches found
No related tags found
No related merge requests found
Pipeline
#12423
passed
5 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
with
10 additions
and
10 deletions
.gitlab-ci.yml
+
10
−
10
View file @
a7a8a923
...
@@ -24,7 +24,7 @@ build-3.7-VS2017:
...
@@ -24,7 +24,7 @@ build-3.7-VS2017:
paths
:
paths
:
-
dist3/
-
dist3/
build-3.
5
-linux
:
build-3.
7
-linux
:
stage
:
stage
:
build
build
tags
:
tags
:
...
@@ -32,7 +32,7 @@ build-3.5-linux:
...
@@ -32,7 +32,7 @@ build-3.5-linux:
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
source bin/activate
-
python setup.py bdist_wheel --dist-dir dist3
-
python setup.py bdist_wheel --dist-dir dist3
artifacts
:
artifacts
:
...
@@ -103,15 +103,15 @@ test-3.7-VS2017:
...
@@ -103,15 +103,15 @@ test-3.7-VS2017:
-
cd ..\tests
-
cd ..\tests
-
python -m unittest discover
-
python -m unittest discover
test-3.
5
-linux
:
test-3.
7
-linux
:
stage
:
stage
:
test
test
tags
:
tags
:
-
Linux
-
Linux
dependencies
:
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
source bin/activate
-
pip install dist3/*.whl
-
pip install dist3/*.whl
-
cd tests
-
cd tests
...
@@ -177,13 +177,13 @@ deploy-3.7-VS2017:
...
@@ -177,13 +177,13 @@ deploy-3.7-VS2017:
paths
:
paths
:
-
release/*.whl
-
release/*.whl
deploy-3.
5
-linux
:
deploy-3.
7
-linux
:
stage
:
stage
:
deploy
deploy
tags
:
tags
:
-
Linux
-
Linux
dependencies
:
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
script
:
-
mkdir release
-
mkdir release
-
cp dist3/*.whl release
-
cp dist3/*.whl release
...
@@ -241,7 +241,7 @@ deploy-sdist:
...
@@ -241,7 +241,7 @@ deploy-sdist:
variables
:
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
source bin/activate
-
python setup.py sdist --dist-dir release
-
python setup.py sdist --dist-dir release
artifacts
:
artifacts
:
...
@@ -254,9 +254,9 @@ deploy-documentation:
...
@@ -254,9 +254,9 @@ deploy-documentation:
tags
:
tags
:
-
Linux
-
Linux
dependencies
:
dependencies
:
-
build-3.
5
-linux
-
build-3.
7
-linux
script
:
script
:
-
virtualenv --clear -p python3.
5
.
-
virtualenv --clear -p python3.
7
.
-
source bin/activate
-
source bin/activate
-
pip install dist3/*.whl
-
pip install dist3/*.whl
-
pip install sphinx sphinx_rtd_theme
-
pip install sphinx sphinx_rtd_theme
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment