mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Update Travis configuration to use rgbds 0.3.3
This commit is contained in:
parent
f95d25c832
commit
d7fae287e4
|
@ -2,9 +2,9 @@ language: c
|
|||
install:
|
||||
- |-
|
||||
path="$(pwd)"; cd;
|
||||
wget https://github.com/rednex/rgbds/archive/v0.3.1.tar.gz -O rgbds.tar.gz &&
|
||||
wget https://github.com/rednex/rgbds/archive/v0.3.3.tar.gz -O rgbds.tar.gz &&
|
||||
tar xf rgbds.tar.gz &&
|
||||
cd rgbds-0.3.1 &&
|
||||
cd rgbds-0.3.3 &&
|
||||
sudo make install &&
|
||||
cd - &&
|
||||
rm -rf rgbds &&
|
||||
|
|
Loading…
Reference in a new issue