Commit 6f0b7c6b authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug doc

No related merge requests found
Pipeline #53279 passed with stages
in 2 minutes and 31 seconds
Showing with 15 additions and 3 deletions
+15 -3
......@@ -3,6 +3,7 @@ stages:
- build_linux
- build_windows
- build_tests
- build_doc
- run_tests
- create_release
......@@ -66,6 +67,18 @@ build-tests-job:
paths:
- ./tests_automatiques/src
build-doc-job:
stage: build_doc
tags: [mage]
script:
- echo "building doc..."
- cd documents
- libreoffice --convert-to pdf Mage-8_Documentation.odt
- cd ..
artifacts:
paths:
- ./documents
run-tests-job:
stage: run_tests
tags: [mage]
......@@ -83,6 +96,8 @@ create-release-job:
artifacts: true
- job: build-linux-job
artifacts: true
- job: build-doc-job
artifacts: true
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
artifacts:
......@@ -92,9 +107,6 @@ create-release-job:
- documents/Mage-8_Documentation.pdf
script:
- echo "running release_job"
- cd documents
- libreoffice --convert-to pdf Mage-8_Documentation.odt
- cd ..
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
name: '$CI_COMMIT_TAG'
description: '$CI_COMMIT_TAG_MESSAGE'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment