[Scummvm-git-logs] scummvm master -> 7bb28d486e0e9586f6a3b4d78301462fb6e3f596
digitall
547637+digitall at users.noreply.github.com
Fri Nov 22 14:29:40 UTC 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7bb28d486e TRAVIS: Add --enable-verbose-build to configure
Commit: 7bb28d486e0e9586f6a3b4d78301462fb6e3f596
https://github.com/scummvm/scummvm/commit/7bb28d486e0e9586f6a3b4d78301462fb6e3f596
Author: MichaÅ Janiszewski (janisozaur+signed at gmail.com)
Date: 2019-11-22T14:25:32Z
Commit Message:
TRAVIS: Add --enable-verbose-build to configure
There is an issue with SCUMMVM_REVISION being added to all objects,
rather than just base/version.o so this is for debugging this and
generally just improved verbosity for CI debugging.
Changed paths:
.travis.yml
diff --git a/.travis.yml b/.travis.yml
index a52af9e..1bbcf9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ matrix:
dist: trusty
script:
- - ./configure --enable-all-engines --enable-opl2lpt
+ - ./configure --enable-all-engines --enable-opl2lpt --enable-verbose-build
- make -j 2
- make test
- make devtools
More information about the Scummvm-git-logs
mailing list