Merge pull request #176 from yenatch/travis

travis
This commit is contained in:
Diegoisawesome 2018-01-21 03:46:09 -06:00 committed by GitHub
commit 3897c01d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
.travis.yml Normal file
View File

@ -0,0 +1,28 @@
language: generic
dist: trusty
sudo: false
env:
global:
- DEVKITARM=$HOME/devkitARM
addons:
apt:
packages:
- gcc-multilib
- linux-libc-dev
cache:
apt: true
install:
- pushd $HOME
- travis_retry wget http://download.sourceforge.net/devkitpro/devkitARM_r46-x86_64-linux.tar.bz2
- tar xf devkitARM*.tar.bz2
- travis_retry git clone https://github.com/pret/agbcc.git
- cd agbcc && ./build.sh && ./install.sh $TRAVIS_BUILD_DIR
- popd
matrix:
include:
- os: linux
env: _="Build"
script:
- ./build_tools.sh
- make -j2 compare