]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
travis.yml changes:
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 20 Sep 2019 09:26:28 +0000 (11:26 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 20 Sep 2019 11:05:20 +0000 (13:05 +0200)
commitb3be2f83d2ea87fb74a3ff06dd8de6a1a6937d71
tree66186851c4176f3c4b37c2fa5d497714f86ddabc
parentce10cdbfe93868e793a85c0dd7f045808e5c8733
travis.yml changes:
 - Add shorthand-variables for some of the long parameters often used
 - Enable --warn in a couple configure tests that did not have it enabled.
 - Make travis print out CMakeError.log or configure.log in after_failure.
 - Reorder some cmake parameters to improve consistency
 - Disable ccache. Downloading and uploading the cache archive is quite slow,
   especially if travis is having network-connectivity issues.
   Also ccache caches gcno (coverage) files, making the coverage data wrong
   because it is being shared across builds, branches and PRs.

CmakeLists.txt changes:
 - Enable -Wall by default in cmake.
.travis.yml
CMakeLists.txt