mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Merge pull request #145 from gnustep/ci-cat-config-log
Output config.log if build fails on CI.
This commit is contained in:
commit
3bba338dab
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ before_script: |
|
|||
script:
|
||||
# configure and make need to be executed via MinGW shell on Windows ($mingw is undefined on Linux)
|
||||
- $mingw ./configure $BASE_ABI $CONFIGURE_OPTS || (cat config.log && false)
|
||||
- $mingw make && $mingw make install && $mingw make check || (cat Tests/tests.log && false)
|
||||
- ($mingw make || (cat config.log && false)) && $mingw make install && $mingw make check || (cat Tests/tests.log && false)
|
||||
|
||||
# set up packages cache (currently used on Windows only)
|
||||
before_cache: |
|
||||
|
|
Loading…
Reference in a new issue