Docs: Clarify where to check for 'protection_bypass' (#8675)
[oweals/minetest.git] / .travis.yml
index 123705fe62bf09d63fe1f9f73a182b168f303358..2eb14a96f51d09992d0afc8167e8cfdce86a535e 100644 (file)
@@ -3,30 +3,41 @@ before_install: ./util/travis/before_install.sh
 script: ./util/travis/script.sh
 sudo: required
 dist: trusty
+group: edge
 notifications:
   email: false
 matrix:
   fast_finish: true
   include:
-    - env: PLATFORM=Win32
-      compiler: gcc
+
+    - env: CLANG_FORMAT=clang-format-7
+      compiler: clang
       os: linux
       addons:
         apt:
-          packages: ['gcc-mingw-w64-i686', 'g++-mingw-w64-i686', 'binutils-mingw-w64-i686']
+          packages: ['clang-format-7']
           sources: &sources
             - ubuntu-toolchain-r-test
-            - sourceline: 'deb http://mirrors.kernel.org/ubuntu xenial main universe'
+            - llvm-toolchain-trusty-7
 
-    - env: PLATFORM=Win64
-      compiler: gcc
+    - env: CLANG_TIDY=clang-tidy-7
+      compiler: clang
       os: linux
+      script: ./util/travis/clangtidy.sh
       addons:
         apt:
-          packages: ['gcc-mingw-w64-x86-64', 'g++-mingw-w64-x86-64', 'binutils-mingw-w64-x86-64']
+          packages: ['clang-7', 'clang++-7', 'clang-tools-7', 'clang-tidy-7']
           sources: &sources
             - ubuntu-toolchain-r-test
-            - sourceline: 'deb http://mirrors.kernel.org/ubuntu xenial main universe'
+            - llvm-toolchain-trusty-7
+
+    - env: PLATFORM=Win32
+      compiler: gcc
+      os: linux
+
+    - env: PLATFORM=Win64
+      compiler: gcc
+      os: linux
 
     - env: PLATFORM=Unix
       compiler: clang
@@ -42,12 +53,12 @@ matrix:
           sources: &sources
             - ubuntu-toolchain-r-test
 
-    - env: PLATFORM=Unix COMPILER=gcc-7
+    - env: PLATFORM=Unix COMPILER=gcc-8
       compiler: gcc
       os: linux
       addons:
         apt:
-          packages: ['gcc-7', 'g++-7']
+          packages: ['gcc-8', 'g++-8']
           sources: &sources
             - ubuntu-toolchain-r-test
 
@@ -60,32 +71,33 @@ matrix:
           sources: &sources
             - llvm-toolchain-trusty-3.6
 
-    - env: PLATFORM=Unix COMPILER=clang-4.0
+    - env: PLATFORM=Unix COMPILER=clang-7
       compiler: clang
       os: linux
       addons:
         apt:
-          packages: ['clang-4.0', 'clang++-4.0']
+          packages: ['clang-7', 'clang++-7']
           sources: &sources
-            - llvm-toolchain-trusty-4.0
+            - ubuntu-toolchain-r-test
+            - llvm-toolchain-trusty-7
 
-    - env: PLATFORM=Unix COMPILER=clang-4.0 VALGRIND=1
+    - env: PLATFORM=Unix COMPILER=clang-7 FREETYPE=0
       compiler: clang
       os: linux
       addons:
         apt:
-          packages: ['valgrind', 'clang-4.0', 'clang++-4.0']
+          packages: ['clang-7', 'clang++-7']
           sources: &sources
-            - llvm-toolchain-trusty-4.0
+            - ubuntu-toolchain-r-test
+            - llvm-toolchain-trusty-7
 
-    - env: LINT=1
+    - env: PLATFORM=Unix COMPILER=clang-7 VALGRIND=1
       compiler: clang
       os: linux
       addons:
         apt:
-          packages: ['clang-format-4.0']
+          packages: ['valgrind', 'clang-7', 'clang++-7']
           sources: &sources
-            - llvm-toolchain-trusty-4.0
-
-
+            - ubuntu-toolchain-r-test
+            - llvm-toolchain-trusty-7