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:
script: ./compile_check.sh "$CI_JOB_STATUS"
artifacts:
@ -8,6 +5,7 @@
- release/*.svg
stages:
- chmod
- compile_stub
- vergen
- compile_sources
@ -15,6 +13,10 @@ stages:
- isogen
- finish
chmod_step:
stage: chmod
script: chmod +x ./*.sh
compile_stub:
stage: compile_stub
script: ./compile_stub.sh