Added travis support

This commit is contained in:
ice-bit 2019-09-27 00:57:59 +02:00
parent ea8be7f510
commit 6aff34543d
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ 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"
- ln -s /usr/bin/gcc /usr/bin/i686-elf-gcc
- ln -s /usr/bin/ld /usr/bin/i686-elf-ld
script: make clean all