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
c4e51cf2
Commit
c4e51cf2
authored
Feb 05, 2018
by
Isaak Lim
Browse files
cache local files
parent
e4663aaf
Pipeline
#6153
failed with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c4e51cf2
cache
:
paths
:
-
venv3/
-
venv2/
-
dist3/
-
dist2/
-
./
venv3/
-
./
venv2/
-
./
dist3/
-
./
dist2/
stages
:
-
build
...
...
@@ -17,7 +17,7 @@ build-3.5:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python3.5 ./venv3
-
source venv3/bin/activate
-
source
./
venv3/bin/activate
-
python setup.py bdist_wheel --dist-dir dist3
build-2.7
:
...
...
@@ -28,7 +28,7 @@ build-2.7:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python2.7 ./venv2
-
source venv2/bin/activate
-
source
./
venv2/bin/activate
-
python setup.py bdist_wheel --dist-dir dist2
test-3.5
:
...
...
@@ -36,7 +36,7 @@ test-3.5:
tags
:
-
Linux
script
:
-
source venv3/bin/activate
-
source
./
venv3/bin/activate
-
pip install dist3/*.whl
-
cd tests
-
python -m unittest discover
...
...
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