← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~hjd/widelands/gcc8 into lp:widelands

 

Hans Joachim Desserud has proposed merging lp:~hjd/widelands/gcc8 into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~hjd/widelands/gcc8/+merge/344978

Use GCC 8 for the "highest version" build and drop older GCC 6.

Similar to the clang updates recently.

GCC 8 includes a couple of new warnings, so it will be interesting to see the Travis logs :)
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/gcc8 into lp:widelands.
=== modified file '.travis.yml'
--- .travis.yml	2018-04-23 16:32:48 +0000
+++ .travis.yml	2018-05-02 19:49:20 +0000
@@ -84,19 +84,19 @@
       env: GCC_VERSION="4.9" BUILD_TYPE="Debug"
     - os: linux
       compiler: gcc
-      env: GCC_VERSION="6" BUILD_TYPE="Debug"
-    - os: linux
-      compiler: gcc
       env: GCC_VERSION="7" BUILD_TYPE="Debug"
     - os: linux
       compiler: gcc
+      env: GCC_VERSION="8" BUILD_TYPE="Debug"
+    - os: linux
+      compiler: gcc
       env: GCC_VERSION="4.8" BUILD_TYPE="Release"
     - os: linux
       compiler: gcc
       env: GCC_VERSION="4.9" BUILD_TYPE="Release"
     - os: linux
       compiler: gcc
-      env: GCC_VERSION="6" BUILD_TYPE="Release"
-    - os: linux
-      compiler: gcc
       env: GCC_VERSION="7" BUILD_TYPE="Release"
+    - os: linux
+      compiler: gcc
+      env: GCC_VERSION="8" BUILD_TYPE="Release"