From: Joel Rosdahl Date: Tue, 23 Jun 2020 20:10:31 +0000 (+0200) Subject: Make one of the CI jobs build in release mode X-Git-Tag: v4.0~362 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea991027489f2e101f1355701bf32b3201e7c67a;p=thirdparty%2Fccache.git Make one of the CI jobs build in release mode It seems reasonable to run tests with the real release binary. --- diff --git a/.travis.yml b/.travis.yml index 60b96362d..c811f4710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ script: ci/build jobs: include: - # Job 1: Build (in source directory) on Linux with native GCC + # Job 1: Build (in source directory) on Linux with native GCC in release build mode - os: linux compiler: gcc - env: T="Linux GCC" VERBOSE=1 ENABLE_CACHE_CLEANUP_TESTS=1 BUILDDIR=. CCACHE_LOC=. + env: T="Linux GCC release" VERBOSE=1 ENABLE_CACHE_CLEANUP_TESTS=1 BUILDDIR=. CCACHE_LOC=. CMAKE_PARAMS="-DCMAKE_BUILD_TYPE=Release" addons: apt: packages: