More attempts at getting pipeline to work
This commit is contained in:
parent
587e6d3320
commit
ab84c516e2
@ -20,6 +20,9 @@ compile_stub:
|
|||||||
script:
|
script:
|
||||||
- chmod +x ./compile_stub.sh
|
- chmod +x ./compile_stub.sh
|
||||||
- ./compile_stub.sh
|
- ./compile_stub.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- lib/stub.o
|
||||||
|
|
||||||
vergen:
|
vergen:
|
||||||
stage: vergen
|
stage: vergen
|
||||||
@ -29,12 +32,16 @@ vergen:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- release/*.svg
|
- release/*.svg
|
||||||
|
- src/include/asuro.pas
|
||||||
|
|
||||||
compile_sources:
|
compile_sources:
|
||||||
stage: compile_sources
|
stage: compile_sources
|
||||||
script:
|
script:
|
||||||
- chmod +x ./compile_sources.sh
|
- chmod +x ./compile_sources.sh
|
||||||
- ./compile_sources.sh
|
- ./compile_sources.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- lib/*.o
|
||||||
dependencies:
|
dependencies:
|
||||||
- compile_stub
|
- compile_stub
|
||||||
- vergen
|
- vergen
|
||||||
@ -48,8 +55,6 @@ link:
|
|||||||
paths:
|
paths:
|
||||||
- bin/kernel.bin
|
- bin/kernel.bin
|
||||||
dependencies:
|
dependencies:
|
||||||
- compile_stub
|
|
||||||
- vergen
|
|
||||||
- compile_sources
|
- compile_sources
|
||||||
|
|
||||||
isogen:
|
isogen:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user