From 33965e9ab9996ce3dfc906a341d5d4479d5d1eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sun, 23 Mar 2014 19:14:31 +0100 Subject: [PATCH] travis: first build with clang, then with gcc, move the kernel checking job to be the last job. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 105ae8dd4..be5556850 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: cpp compiler: - - gcc - clang + - gcc env: global: @@ -11,10 +11,10 @@ env: - CXXFLAGS="-O2 -Wunreachable-code" matrix: # special CXXFLAGS for maximum speed, overrides global CXXFLAGS, CHECK_KERNEL is the var that controlls if we download and check the kernel in that travis job - - CXXFLAGS="-O3 -march=native -mtune=native" SRCDIR=build CHECK_KERNEL=yes - MAKEFLAGS="HAVE_RULES=yes" SRCDIR=build VERIFY=1 - SRCDIR=build VERIFY=1 - + - CXXFLAGS="-O3 -march=native -mtune=native" SRCDIR=build CHECK_KERNEL=yes matrix: # do notify immediately about it when a job of a build fails.