Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
ce7f9af3
Commit
ce7f9af3
authored
Mar 21, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add deploy sdist CI job
parent
ba188722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15
-0
No files found.
.gitlab-ci.yml
View file @
ce7f9af3
...
...
@@ -230,6 +230,21 @@ deploy-2.7-macos:
paths
:
-
release/*.whl
deploy-sdist
:
stage
:
deploy
tags
:
-
Linux
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
script
:
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
python setup.py sdist --dist-dir release
artifacts
:
paths
:
-
release/
deploy-documentation
:
stage
:
deploy
...
...
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