Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
eaf19c16
Commit
eaf19c16
authored
Feb 05, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cache python 2 and 3 dirs
parent
20f8e2b1
Pipeline
#6155
failed with stages
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
eaf19c16
...
...
@@ -9,6 +9,8 @@ build-3.5:
paths
:
-
./venv3
-
./dist3
-
./venv2
-
./dist2
policy
:
push
tags
:
-
Linux
...
...
@@ -25,6 +27,8 @@ build-2.7:
cache
:
key
:
wheel2
paths
:
-
./venv3
-
./dist3
-
./venv2
-
./dist2
policy
:
push
...
...
@@ -45,6 +49,8 @@ test-3.5:
paths
:
-
./venv3
-
./dist3
-
./venv2
-
./dist2
policy
:
pull
tags
:
-
Linux
...
...
@@ -58,6 +64,8 @@ test-2.7:
cache
:
key
:
wheel2
paths
:
-
./venv3
-
./dist3
-
./venv2
-
./dist2
policy
:
pull
...
...
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