mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-27 18:10:40 +00:00
allow running bot script for only a single core
This commit is contained in:
parent
6345bf7d76
commit
991f4001fa
@ -764,6 +764,12 @@ while read line; do
|
||||
MAKEFILE=`echo $line | cut -f 8 -d " "`
|
||||
SUBDIR=`echo $line | cut -f 9 -d " "`
|
||||
|
||||
if [ "$SINGLE_CORE" ]; then
|
||||
if [ "$NAME" != "$SINGLE_CORE" ]; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "${ENABLED}" = "YES" ]; then
|
||||
echo -ne "buildbot job started at: "
|
||||
date
|
||||
|
Loading…
Reference in New Issue
Block a user