mirror of
https://github.com/libretro/libretro-super
synced 2025-02-03 20:54:12 +00:00
libretro-buildbot-recipe.sh: Handle disabled cores with fewer nested tests.
This commit is contained in:
parent
a9325132e7
commit
8f37982927
@ -577,7 +577,8 @@ while read line; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "${ENABLED}" = "YES" ]; then
|
||||
[ "${ENABLED}" != "YES" ] && { echo "${NAME} is disabled, skipping"; continue; }
|
||||
|
||||
echo -ne "buildbot job started at: "
|
||||
date
|
||||
echo
|
||||
@ -667,7 +668,6 @@ while read line; do
|
||||
echo
|
||||
echo -ne "buildbot job finished at: "
|
||||
date
|
||||
fi
|
||||
|
||||
cd "${BASE_DIR}"
|
||||
PREVCORE=$NAME
|
||||
|
Loading…
x
Reference in New Issue
Block a user