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
Open sidebar
Sofus Albert Høgsbro Rose
openlut
Commits
b7304806
Verified
Commit
b7304806
authored
Jan 26, 2017
by
Sofus Albert Høgsbro Rose
Browse files
Tried some yml fixed
parent
345dda90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
.gitlab-ci.yml
.gitlab-ci.yml
+6
-4
No files found.
.gitlab-ci.yml
View file @
b7304806
...
...
@@ -6,13 +6,15 @@ image: sorose/graphics:v8
stages
:
-
build
-
build
-
docs
-
deploy
-
docs
-
build
_
docs
-
deploy
_
docs
-
test
# - review
before_script
:
-
apt update && apt -y install python3-pip gcc libmagickwand-dev
after_script
:
-
rm -rf dist build docs/build openlut.egg-info
build
:
...
...
@@ -24,7 +26,7 @@ build:
paths
:
-
dist/*
build
-
docs
:
build
_
docs
:
stage
:
build-docs
script
:
-
./mkDocs.sh
...
...
@@ -32,7 +34,7 @@ build-docs:
paths
:
-
docs/build/html
deploy
-
docs
:
deploy
_
docs
:
stage
:
deploy-docs
environment
:
name
:
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