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
399cf0bf
Commit
399cf0bf
authored
Feb 14, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI dependencies
parent
82eb868c
Pipeline
#6210
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
399cf0bf
...
...
@@ -44,7 +44,7 @@ test-3.5-linux-macos:
-
Linux
-
Apple
dependencies
:
-
build-3.5
-
build-3.5
-linux-macos
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv --clear -p python3.5 .
...
...
@@ -60,7 +60,7 @@ test-2.7-linux-macos:
-
Linux
-
Apple
dependencies
:
-
build-2.7
-
build-2.7
-linux-macos
script
:
-
export PATH=/opt/local/bin:$PATH
-
virtualenv --clear -p python2.7 .
...
...
@@ -76,7 +76,7 @@ deploy-3.5-linux-macos:
-
Linux
-
Apple
dependencies
:
-
build-3.5
-
build-3.5
-linux-macos
script
:
-
mkdir release
-
cp dist3/*.whl release
...
...
@@ -91,7 +91,7 @@ deploy-2.7-linux-macos:
-
Linux
-
Apple
dependencies
:
-
build-2.7
-
build-2.7
-linux-macos
script
:
-
mkdir release
-
cp dist2/*.whl release
...
...
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