mirror of
https://github.com/libretro/libretro-super
synced 2025-02-05 00:40:11 +00:00
travis: move build dir to where libretro-super would clone the repo, fixes building of PRs instead of upstream master
This commit is contained in:
parent
7e0ef02ddd
commit
b2762b9151
@ -14,5 +14,10 @@ tar Jkxf 3ds.tar.xz
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -4,5 +4,10 @@ RECIPE=recipes/linux/cores-linux-x64-generic
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -15,5 +15,10 @@ tar Jkxf wiiu.tar.xz
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -4,5 +4,10 @@ RECIPE=recipes/apple/cores-osx-x64-generic
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -15,5 +15,10 @@ tar Jkxf wiiu.tar.xz
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
@ -14,5 +14,10 @@ tar Jkxf wiiu.tar.xz
|
||||
|
||||
cd ~/libretro-super
|
||||
|
||||
if [ "${TRAVIS_BUILD_DIR}" ]; then
|
||||
CORE_DIRNAME=`grep ${CORE} ${RECIPE} | head -1 | awk '{print $2}'`
|
||||
mv ${TRAVIS_BUILD_DIR} ${CORE_DIRNAME}
|
||||
fi
|
||||
|
||||
# only build the one core specified in $CORE
|
||||
SINGLE_CORE=${CORE} ./libretro-buildbot-recipe.sh ${RECIPE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user