Added travis support
This commit is contained in:
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