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
threevis
threevis
Commits
3f1d5c48
Commit
3f1d5c48
authored
Mar 20, 2018
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix deploy paths
parent
2866fbf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
3f1d5c48
...
...
@@ -87,7 +87,8 @@ deploy-wheel:
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
python setup.py bdist_wheel --universal
-
cp dist/*.whl release
-
mkdir -p release
-
cp dist/*.whl release/
artifacts
:
paths
:
-
release/*.whl
...
...
@@ -104,7 +105,7 @@ deploy-documentation:
-
source bin/activate
-
pip install -e .
-
pip install sphinx sphinx_rtd_theme
-
mkdir documentation
-
mkdir
-p
documentation
-
cd docs
-
make html
-
cp -r build/html/* ../documentation
...
...
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