mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Update travis.yml
This commit is contained in:
parent
0e470bc785
commit
836fd48191
@ -2,9 +2,8 @@ language: c
|
||||
install:
|
||||
- |-
|
||||
path="$(pwd)"; cd;
|
||||
wget https://github.com/rednex/rgbds/archive/v0.2.5.tar.gz -O rgbds.tar.gz &&
|
||||
tar xf rgbds.tar.gz &&
|
||||
cd rgbds-0.2.5 &&
|
||||
git clone https://github.com/rednex/rgbds &&
|
||||
cd rgbds &&
|
||||
sudo make install &&
|
||||
cd - &&
|
||||
rm -rf rgbds &&
|
||||
|
Loading…
Reference in New Issue
Block a user