Сбой сборки Travis-CI на github - PullRequest
0 голосов
/ 29 февраля 2020

Мой github PR (https://github.com/godotengine/godot/pull/36656) для исправления ошибки не работает на Travis-CI со следующим журналом.

The command "if [ "$STATIC_CHECKS" = "yes" ]; then sh ./misc/travis/clang-format.sh && doc/tools/makerst.py --dry-run doc/classes modules; else scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS && if [ "$TEST_PROJECT" = "yes" ]; then 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; godot-tests/tests/project_export/test_project.sh "bin/godot_server.x11.opt.tools.64"; fi fi" exited with 1.

кто-то может объяснить почему он не строит?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...