mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 15:54:49 +13:00
Update Travis configuration to use rgbds 0.3.1
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
parent
7f3517b8d1
commit
dfc094db72
12
.travis.yml
12
.travis.yml
|
|
@ -2,12 +2,12 @@ language: c
|
||||||
install:
|
install:
|
||||||
- |-
|
- |-
|
||||||
path="$(pwd)"; cd;
|
path="$(pwd)"; cd;
|
||||||
wget https://github.com/rednex/rgbds/archive/v0.2.5.tar.gz -O rgbds.tar.gz &&
|
wget https://github.com/rednex/rgbds/archive/v0.3.1.tar.gz -O rgbds.tar.gz &&
|
||||||
tar xf rgbds.tar.gz &&
|
tar xf rgbds.tar.gz &&
|
||||||
cd rgbds-0.2.5 &&
|
cd rgbds-0.3.1 &&
|
||||||
sudo make install &&
|
sudo make install &&
|
||||||
cd - &&
|
cd - &&
|
||||||
rm -rf rgbds &&
|
rm -rf rgbds &&
|
||||||
cd "$path"
|
cd "$path"
|
||||||
before_script:
|
before_script:
|
||||||
- |-
|
- |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue