Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
threevis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Show 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:
...
@@ -87,7 +87,8 @@ deploy-wheel:
-
virtualenv --clear -p python3.5 .
-
virtualenv --clear -p python3.5 .
-
source bin/activate
-
source bin/activate
-
python setup.py bdist_wheel --universal
-
python setup.py bdist_wheel --universal
-
cp dist/*.whl release
-
mkdir -p release
-
cp dist/*.whl release/
artifacts
:
artifacts
:
paths
:
paths
:
-
release/*.whl
-
release/*.whl
...
@@ -104,7 +105,7 @@ deploy-documentation:
...
@@ -104,7 +105,7 @@ deploy-documentation:
-
source bin/activate
-
source bin/activate
-
pip install -e .
-
pip install -e .
-
pip install sphinx sphinx_rtd_theme
-
pip install sphinx sphinx_rtd_theme
-
mkdir documentation
-
mkdir
-p
documentation
-
cd docs
-
cd docs
-
make html
-
make html
-
cp -r build/html/* ../documentation
-
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