See last commit
This commit is contained in:
parent
e4920e59e2
commit
3527cf8ec6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user