Merge pull request #31714 from akien-mga/travis-fix-return-value
Travis: Fix builds wrongly reporting success after #31013
This commit is contained in:
commit
d7052d248c
1 changed files with 1 additions and 2 deletions
|
@ -135,8 +135,7 @@ script:
|
||||||
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
||||||
sh ./misc/travis/clang-format.sh;
|
sh ./misc/travis/clang-format.sh;
|
||||||
else
|
else
|
||||||
scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS;
|
scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS &&
|
||||||
|
|
||||||
if [ "$TEST_PROJECT" = "yes" ]; then
|
if [ "$TEST_PROJECT" = "yes" ]; then
|
||||||
git clone --depth 1 "https://github.com/godotengine/godot-tests.git";
|
git clone --depth 1 "https://github.com/godotengine/godot-tests.git";
|
||||||
sed -i "s:custom_template/release=\"\":custom_template/release=\"$(readlink -e bin/godot_server.x11.opt.tools.64)\":" godot-tests/tests/project_export/export_presets.cfg;
|
sed -i "s:custom_template/release=\"\":custom_template/release=\"$(readlink -e bin/godot_server.x11.opt.tools.64)\":" godot-tests/tests/project_export/export_presets.cfg;
|
||||||
|
|
Loading…
Reference in a new issue