Added travis support
This commit is contained in:
parent
ea8be7f510
commit
6aff34543d
@ -3,7 +3,7 @@ language: C
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y nasm grub-pc-bin
|
- sudo apt-get install -y nasm grub-pc-bin
|
||||||
- alias i686-elf-gcc="gcc"
|
- ln -s /usr/bin/gcc /usr/bin/i686-elf-gcc
|
||||||
- alias i686-elf-ld="ld"
|
- ln -s /usr/bin/ld /usr/bin/i686-elf-ld
|
||||||
|
|
||||||
script: make clean all
|
script: make clean all
|
||||||
|
Loading…
Reference in New Issue
Block a user