Pipeline Fixed!
Thanks Peter
This commit is contained in:
parent
3b7ea449b5
commit
ac866a3789
@ -5,7 +5,6 @@ stages:
|
|||||||
- compile_sources
|
- compile_sources
|
||||||
- link
|
- link
|
||||||
- isogen
|
- isogen
|
||||||
- finish
|
|
||||||
|
|
||||||
compile_stub:
|
compile_stub:
|
||||||
stage: compile_stub
|
stage: compile_stub
|
||||||
@ -59,15 +58,3 @@ isogen:
|
|||||||
- ./Asuro.iso
|
- ./Asuro.iso
|
||||||
dependencies:
|
dependencies:
|
||||||
- link
|
- link
|
||||||
|
|
||||||
finish:
|
|
||||||
stage: finish
|
|
||||||
when: always
|
|
||||||
script:
|
|
||||||
- chmod +x ./compile_finish.sh
|
|
||||||
- ./compile_finish.sh $CI_JOB_STATUS
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- release/build.svg
|
|
||||||
dependencies:
|
|
||||||
- isogen
|
|
@ -214,7 +214,7 @@ begin
|
|||||||
|
|
||||||
{ Filsystems }
|
{ Filsystems }
|
||||||
fat32.init();
|
fat32.init();
|
||||||
fdsafdsafdsafdsafdsadsafafdsfdsadsfa
|
|
||||||
{ Device Drivers }
|
{ Device Drivers }
|
||||||
tracer.push_trace('kmain.DEVDRV');
|
tracer.push_trace('kmain.DEVDRV');
|
||||||
console.outputln('KERNEL', 'DEVICE DRIVERS: INIT BEGIN.');
|
console.outputln('KERNEL', 'DEVICE DRIVERS: INIT BEGIN.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user