travis: add linux x64 build script
This commit is contained in:
parent
52bc4c5e3b
commit
e32176b9e7
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
RECIPE=recipes/linux/cores-linux-x64-generic
|
||||||
|
|
||||||
|
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