See last commit

This commit is contained in:
Kieron Morris 2021-06-26 02:56:03 +01:00
parent e4920e59e2
commit 3527cf8ec6

View File

@ -1,6 +1,3 @@
.before_script:
script: chmod +x ./*.sh
.after_script: .after_script:
script: ./compile_check.sh "$CI_JOB_STATUS" script: ./compile_check.sh "$CI_JOB_STATUS"
artifacts: artifacts:
@ -8,6 +5,7 @@
- release/*.svg - release/*.svg
stages: stages:
- chmod
- compile_stub - compile_stub
- vergen - vergen
- compile_sources - compile_sources
@ -15,6 +13,10 @@ stages:
- isogen - isogen
- finish - finish
chmod_step:
stage: chmod
script: chmod +x ./*.sh
compile_stub: compile_stub:
stage: compile_stub stage: compile_stub
script: ./compile_stub.sh script: ./compile_stub.sh