Made it easier for travis-ci to compile
This commit is contained in:
parent
c70d64afc2
commit
878d51b44a
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
language: c
|
||||
install: bash buildcrosscompiler.sh
|
||||
install:
|
||||
- pushd $HOME
|
||||
- wget dark32.cf/crosscomp-x64.tar.xz
|
||||
- tar -xf crosscomp-x64.tar.xz
|
||||
- popd
|
||||
script: make
|
||||
|
|
Loading…
Reference in a new issue