mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 20:12:40 +02:00
travis' configuration test 3
This commit is contained in:
@@ -9,7 +9,7 @@ CURRENTDIR="$(dirname "$(readlink -f "$0")")"
|
||||
# set this to non 0 to skip building the binary
|
||||
skipbinarybuild=0
|
||||
if [ "$1" = "-CI" ] || ( [ "$1" = "--installer" ] && \
|
||||
[ "$(find "$CURRENTDIR" -name 'megaglest' -mmin -60)" ] ); then
|
||||
[ "$(find "$CURRENTDIR" -maxdepth 1 -name 'megaglest' -mmin -60)" ] ); then
|
||||
skipbinarybuild=1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user