mirror of
https://github.com/libretro/libretro-super
synced 2024-12-28 06:26:29 +00:00
travis: add 3ds build script
This commit is contained in:
parent
e32176b9e7
commit
2c531e143a
20
travis/build-3ds.sh
Executable file
20
travis/build-3ds.sh
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
RECIPE=recipes/nintendo/3ds
|
||||
|
||||
sudo mkdir -p /home/buildbot/tools
|
||||
|
||||
sudo chmod -R 777 /home/buildbot
|
||||
|
||||
cd /home/buildbot/tools
|
||||
|
||||
wget -O 3ds.tar.xz 'https://github.com/libretro/libretro-toolchains/blob/master/3ds.tar.xz?raw=true'
|
||||
|
||||
tar Jkxf 3ds.tar.xz
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
egrep "^$CORE " ${RECIPE} | head -1 >${RECIPE}.new && mv ${RECIPE}.new ${RECIPE}
|
||||
|
||||
./libretro-buildbot-recipe.sh ${RECIPE}
|
Loading…
Reference in New Issue
Block a user