mirror of
https://github.com/libretro/libretro-super
synced 2025-04-16 05:42:35 +00:00
Merge pull request #661 from orbea/enabled
libretro-buildbot-recipe.sh: Handle disabled cores with fewer nested tests.
This commit is contained in:
commit
c56918fb36
@ -579,7 +579,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
|
||||
@ -669,7 +670,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