From: Ondřej Surý Date: Wed, 11 Jan 2017 15:08:57 +0000 (+0100) Subject: Use gcc on linux X-Git-Tag: v1.2.0-rc1~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df81ec00fda40c5d5aff24d5d588e73fde77dfb4;p=thirdparty%2Fknot-resolver.git Use gcc on linux --- diff --git a/.travis.yml b/.travis.yml index cf1b000ae..1ace95c05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ os: - linux - osx compiler: + - gcc - clang notifications: email: @@ -18,6 +19,11 @@ notifications: on_failure: always matrix: fast_finish: true + exclude: + - os: linux + compiler: clang + - os: osx + compiler: gcc env: global: - PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig" @@ -27,6 +33,7 @@ env: - MALLOC_CHECK_=3 - MALLOC_PERTURB_=223 before_script: + - echo $CFLAGS - BOOTSTRAP_CLEANUP=1 ./scripts/bootstrap-depends.sh ${HOME}/.local script: - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 install check V=1 COVERAGE=1 PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}