7 lines
150 B
YAML
7 lines
150 B
YAML
before_script:
|
|
- ln -s /usr/bin/gcc /usr/bin/i686-elf-gcc
|
|
- ln -s /usr/bin/ld /usr/bin/i686-elf-ld
|
|
test:
|
|
script:
|
|
- make clean all # Compile
|