From 69cb78ee010830cb632da57fc63c108907df9070 Mon Sep 17 00:00:00 2001 From: huulong Date: Wed, 15 Jul 2020 14:12:11 +0100 Subject: [PATCH] [CI] Travis: added verbose debug to make (trying to fix invalid binary path for OSX gmake deploy) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82d5d11..41ca04a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,7 +155,7 @@ script: elif [[ $TRAVIS_OS_NAME == "osx" ]]; then export JOBS="$(nproc)" # should be ~2 fi - config=release make -j${JOBS} + config=release make -j${JOBS} --debug=v elif [[ "${PREMAKE_GENERATOR}" == "xcode"* ]]; then xcodebuild -project Game.xcodeproj -target Game -configuration Release fi