mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Update travis.yml
This commit is contained in:
parent
0e470bc785
commit
836fd48191
@ -2,9 +2,8 @@ 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 &&
|
git clone https://github.com/rednex/rgbds &&
|
||||||
tar xf rgbds.tar.gz &&
|
cd rgbds &&
|
||||||
cd rgbds-0.2.5 &&
|
|
||||||
sudo make install &&
|
sudo make install &&
|
||||||
cd - &&
|
cd - &&
|
||||||
rm -rf rgbds &&
|
rm -rf rgbds &&
|
||||||
|
Loading…
Reference in New Issue
Block a user