Tried some yml fixed
parent
345dda9020
commit
b7304806d7
|
@ -6,13 +6,15 @@ image: sorose/graphics:v8
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- build-docs
|
- build_docs
|
||||||
- deploy-docs
|
- deploy_docs
|
||||||
- test
|
- test
|
||||||
# - review
|
# - review
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install python3-pip gcc libmagickwand-dev
|
- apt update && apt -y install python3-pip gcc libmagickwand-dev
|
||||||
|
|
||||||
|
after_script:
|
||||||
- rm -rf dist build docs/build openlut.egg-info
|
- rm -rf dist build docs/build openlut.egg-info
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -24,7 +26,7 @@ build:
|
||||||
paths:
|
paths:
|
||||||
- dist/*
|
- dist/*
|
||||||
|
|
||||||
build-docs:
|
build_docs:
|
||||||
stage: build-docs
|
stage: build-docs
|
||||||
script:
|
script:
|
||||||
- ./mkDocs.sh
|
- ./mkDocs.sh
|
||||||
|
@ -32,7 +34,7 @@ build-docs:
|
||||||
paths:
|
paths:
|
||||||
- docs/build/html
|
- docs/build/html
|
||||||
|
|
||||||
deploy-docs:
|
deploy_docs:
|
||||||
stage: deploy-docs
|
stage: deploy-docs
|
||||||
environment:
|
environment:
|
||||||
name: Documentation
|
name: Documentation
|
||||||
|
|
Loading…
Reference in New Issue