Added travis support
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
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
|
|
||||||
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
language: C
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install -y nasm grub-pc-bin
|
||||||
|
- alias i686-elf-gcc="gcc"
|
||||||
|
- alias i686-elf-ld="ld"
|
||||||
|
|
||||||
|
script: make clean all
|
||||||
Reference in New Issue
Block a user