diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-10-25 15:56:57 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-10-25 15:56:57 +0000 |
| commit | 2d5ed8ff4170842ecff6d65debbbb0e3d795f2bb (patch) | |
| tree | d4923293756a807b3e675cb31119083b063e7a96 | |
| parent | Fixed a number of clang warning to reduce the log size and fix travis build e... (diff) | |
| download | DiligentEngine-2d5ed8ff4170842ecff6d65debbbb0e3d795f2bb.tar.gz DiligentEngine-2d5ed8ff4170842ecff6d65debbbb0e3d795f2bb.zip | |
travis ci: using codebuild with xcpretty to improve compiler output and fix output log size error
| -rw-r--r-- | .travis.yml | 2 | ||||
| m--------- | DiligentCore | 0 |
2 files changed, 1 insertions, 1 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 -Subproject 6d5c5cb89cc19f7391aed81270a9f63240fe9b9 +Subproject 49b5f5df92f24208d30e37c538aaa7c10989529 |
