Merge lp:~hjd/widelands/clang-6.0 into lp:widelands

Proposed by Hans Joachim Desserud
Status: Merged
Merged at revision: 8663
Proposed branch: lp:~hjd/widelands/clang-6.0
Merge into: lp:widelands
Diff against target: 42 lines (+7/-7)
1 file modified
.travis.yml (+7/-7)
To merge this branch: bzr merge lp:~hjd/widelands/clang-6.0
Reviewer Review Type Date Requested Status
GunChleoc Approve
Review via email: mp+343837@code.launchpad.net

Commit message

Replaced clang-4.0 with clang-6.0. Let's see how Travis responds. :)

Seems to be working https://travis-ci.org/widelands/widelands/builds/370207384

To post a comment you must log in.
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 3405. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/370207384.
Appveyor build 3211. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_hjd_widelands_clang_6_0-3211.

Revision history for this message
GunChleoc (gunchleoc) wrote :

Thanks!

@bunnybot merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.travis.yml'
2--- .travis.yml 2017-12-03 08:23:27 +0000
3+++ .travis.yml 2018-04-23 16:36:56 +0000
4@@ -25,8 +25,8 @@
5 key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key"
6 - sourceline: "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.5 main"
7 key_url: "http://apt.llvm.org/llvm-snapshot.gpg.key"
8- - llvm-toolchain-trusty-4.0
9 - llvm-toolchain-trusty-5.0
10+ - llvm-toolchain-trusty-6.0
11 packages:
12 - cmake
13 - libboost-dev
14@@ -59,22 +59,22 @@
15 env: CLANG_VERSION="3.5" BUILD_TYPE="Debug"
16 - os: linux
17 compiler: clang
18- env: CLANG_VERSION="4.0" BUILD_TYPE="Debug"
19- - os: linux
20- compiler: clang
21 env: CLANG_VERSION="5.0" BUILD_TYPE="Debug"
22 - os: linux
23 compiler: clang
24+ env: CLANG_VERSION="6.0" BUILD_TYPE="Debug"
25+ - os: linux
26+ compiler: clang
27 env: CLANG_VERSION="3.4" BUILD_TYPE="Release"
28 - os: linux
29 compiler: clang
30 env: CLANG_VERSION="3.5" BUILD_TYPE="Release"
31 - os: linux
32 compiler: clang
33- env: CLANG_VERSION="4.0" BUILD_TYPE="Release"
34- - os: linux
35- compiler: clang
36 env: CLANG_VERSION="5.0" BUILD_TYPE="Release"
37+ - os: linux
38+ compiler: clang
39+ env: CLANG_VERSION="6.0" BUILD_TYPE="Release"
40 ### LINUX + GCC BUILDS
41 - os: linux
42 compiler: gcc

Subscribers

People subscribed via source and target branches

to status/vote changes: