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
ddff5f0b
Commit
ddff5f0b
authored
Feb 05, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build platform wheels (compiled packages) and use them for testing
parent
176970cb
Pipeline
#6150
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.gitlab-ci.yml
View file @
ddff5f0b
...
...
@@ -6,7 +6,8 @@ test-3.5:
script
:
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
pip install -e .
-
python setup.py bdist_wheel --dist-dir dist3
-
pip install dist3/*.whl
-
cd tests
-
python -m unittest discover
...
...
@@ -18,6 +19,7 @@ test-2.7:
script
:
-
virtualenv --clear -p python2.7 .
-
source bin/activate
-
pip install -e .
-
python setup.py bdist_wheel --dist-dir dist2
-
pip install dist2/*.whl
-
cd tests
-
python -m unittest discover
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