Hans Joachim Desserud has proposed merging lp:~hjd/widelands/llvm8 into lp:widelands.
Requested reviews: Widelands Developers (widelands-dev) For more details, see: https://code.launchpad.net/~hjd/widelands/llvm8/+merge/365635 Update the travic config to build with Clang (LLVM) 8 which was recently released. -- Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/llvm8 into lp:widelands.
=== modified file '.travis.yml' --- .travis.yml 2018-11-03 10:26:15 +0000 +++ .travis.yml 2019-04-07 09:41:57 +0000 @@ -25,8 +25,8 @@ key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key" - sourceline: "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.5 main" key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key" - - llvm-toolchain-trusty-6.0 - llvm-toolchain-trusty-7 + - llvm-toolchain-trusty-8 packages: - cmake - libboost-dev @@ -59,22 +59,22 @@ env: CLANG_VERSION="3.5" BUILD_TYPE="Debug" - os: linux compiler: clang - env: CLANG_VERSION="6.0" BUILD_TYPE="Debug" - - os: linux - compiler: clang env: CLANG_VERSION="7" BUILD_TYPE="Debug" - os: linux compiler: clang + env: CLANG_VERSION="8" BUILD_TYPE="Debug" + - os: linux + compiler: clang env: CLANG_VERSION="3.4" BUILD_TYPE="Release" - os: linux compiler: clang env: CLANG_VERSION="3.5" BUILD_TYPE="Release" - os: linux compiler: clang - env: CLANG_VERSION="6.0" BUILD_TYPE="Release" - - os: linux - compiler: clang env: CLANG_VERSION="7" BUILD_TYPE="Release" + - os: linux + compiler: clang + env: CLANG_VERSION="8" BUILD_TYPE="Release" ### LINUX + GCC BUILDS - os: linux compiler: gcc
_______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : widelands-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp