Tried some yml fixed

master
Sofus Albert Høgsbro Rose 2017-01-26 17:11:38 -05:00
parent 345dda9020
commit b7304806d7
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 6 additions and 4 deletions

View File

@ -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