Fixing CI

This commit is contained in:
ice-bit 2019-07-10 21:09:59 +02:00
parent 133e38ece5
commit 779ff7baf8

View File

@ -1,6 +1,6 @@
before_script: before_script:
- ld -s /usr/bin/gcc /usr/bin/i686-elf-gcc - ln -s /usr/bin/gcc /usr/bin/i686-elf-gcc
- ld -s /usr/bin/ld /usr/bin/i686-elf-ld - ln -s /usr/bin/ld /usr/bin/i686-elf-ld
test: test:
script: script:
- make clean # Remove old *.o files - make clean # Remove old *.o files