From 2d5ed8ff4170842ecff6d65debbbb0e3d795f2bb Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 25 Oct 2019 08:56:57 -0700 Subject: travis ci: using codebuild with xcpretty to improve compiler output and fix output log size error --- .travis.yml | 2 +- DiligentCore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a591d1..b526bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,5 +99,5 @@ script: else cmake .. -DDILIGENT_ENABLE_TESTS=TRUE -G "Xcode" fi - cmake --build . --config ${CONFIG} + xcodebuild -configuration ${CONFIG} | xcpretty fi diff --git a/DiligentCore b/DiligentCore index 6d5c5cb..49b5f5d 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 6d5c5cb89cc19f7391aed81270a9f63240fe9b9c +Subproject commit 49b5f5df92f24208d30e37c538aaa7c10989529f -- cgit v1.2.3