vulcanos/.gitlab-ci.yml

8 lines
192 B
YAML
Raw Normal View History

2019-07-10 21:06:36 +02:00
before_script:
2019-07-10 21:08:17 +02:00
- ld -s /usr/bin/gcc /usr/bin/i686-elf-gcc
2019-07-10 21:06:36 +02:00
- ld -s /usr/bin/ld /usr/bin/i686-elf-ld
2019-07-10 20:33:34 +02:00
test:
script:
- make clean # Remove old *.o files
2019-07-10 20:36:20 +02:00
- ./build.sh # Compile iceOS