Fixed YAML again.... Using 'needs' incorrectly, oops...
This commit is contained in:
parent
9225e40751
commit
eb34e9b81f
@ -4,6 +4,7 @@ stages:
|
|||||||
- Compile Sources
|
- Compile Sources
|
||||||
- Link
|
- Link
|
||||||
- Generate ISO
|
- Generate ISO
|
||||||
|
- Generate Sources List
|
||||||
- Generate Documentation
|
- Generate Documentation
|
||||||
|
|
||||||
compile_stub:
|
compile_stub:
|
||||||
@ -66,8 +67,8 @@ isogen:
|
|||||||
needs:
|
needs:
|
||||||
- link
|
- link
|
||||||
|
|
||||||
sourcelist_gen:
|
sourcelist:
|
||||||
stage: Generate Documentation
|
stage: Generate Sources List
|
||||||
script:
|
script:
|
||||||
- chmod +x ./compile_sourcelist.sh
|
- chmod +x ./compile_sourcelist.sh
|
||||||
- ./compile_sourcelist.sh
|
- ./compile_sourcelist.sh
|
||||||
@ -89,7 +90,7 @@ docgen:
|
|||||||
- ./doc/*
|
- ./doc/*
|
||||||
dependencies:
|
dependencies:
|
||||||
- vergen
|
- vergen
|
||||||
- sourcelist_gen
|
- sourcelist
|
||||||
needs:
|
needs:
|
||||||
- vergen
|
- vergen
|
||||||
- sourcelist_gen
|
- sourcelist
|
Loading…
x
Reference in New Issue
Block a user