You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Update travis.yml
This commit is contained in:
@@ -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 &&
|
||||||
|
Reference in New Issue
Block a user