forked from huderlem/pokeruby-thief
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (44 loc) · 1.08 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: generic
dist: trusty
sudo: false
env:
global:
- DEVKITPRO=$HOME
- DEVKITARM=$DEVKITPRO/devkitARM
addons:
apt:
packages:
- gcc-multilib
- linux-libc-dev
cache:
apt: true
install:
- pushd $HOME
- travis_retry wget https://github.com/devkitPro/buildscripts/releases/download/devkitARM_r49/devkitARM_r49-linux.tar.xz
- tar xJf devkitARM*.tar.xz
- 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:
- make -j2 ruby
- make -j2 ruby_rev1
- make -j2 ruby_rev2
- make -j2 sapphire
- make -j2 sapphire_rev1
- make -j2 sapphire_rev2
- os: linux
env: _="Build German"
before_script:
- cp override-de.mk override.mk
- rsync -avhI data-de/ data/
- rsync -avhI graphics-de/ graphics/
script:
- make -j2 ruby_de
- make -j2 sapphire_de
- make -j2 ruby_de_debug
after_success:
- .travis/calcrom/webhook.sh pokeruby