Use GCC 9 in travis.
This commit is contained in:
16
.travis.yml
16
.travis.yml
@ -28,17 +28,17 @@ matrix:
|
|||||||
packages:
|
packages:
|
||||||
- clang-format-8
|
- clang-format-8
|
||||||
|
|
||||||
- name: Linux editor (debug, GCC 8, with Mono)
|
- name: Linux editor (debug, GCC 9, with Mono)
|
||||||
env: PLATFORM=x11 TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-mono-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" EXTRA_ARGS="module_mono_enabled=yes mono_glue=no warnings=extra werror=yes"
|
env: PLATFORM=x11 TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-mono-gcc-9 MATRIX_EVAL="CC=gcc-9 && CXX=g++-9" EXTRA_ARGS="module_mono_enabled=yes mono_glue=no warnings=extra werror=yes"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc-8
|
compiler: gcc-9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- mono
|
- mono
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- &gcc8_deps [gcc-8, g++-8]
|
- &gcc9_deps [gcc-9, g++-9]
|
||||||
- &linux_deps [libasound2-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, libxcursor-dev, libxi-dev, libxinerama-dev, libxrandr-dev]
|
- &linux_deps [libasound2-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, libxcursor-dev, libxi-dev, libxinerama-dev, libxrandr-dev]
|
||||||
- &linux_mono_deps [mono-devel, msbuild, nuget]
|
- &linux_mono_deps [mono-devel, msbuild, nuget]
|
||||||
|
|
||||||
@ -75,16 +75,16 @@ matrix:
|
|||||||
os: osx
|
os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
- name: Linux headless editor (release_debug, GCC 8)
|
- name: Linux headless editor (release_debug, GCC 9)
|
||||||
env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" EXTRA_ARGS="warnings=extra werror=yes"
|
env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-9 MATRIX_EVAL="CC=gcc-9 && CXX=g++-9" EXTRA_ARGS="warnings=extra werror=yes"
|
||||||
os: linux
|
os: linux
|
||||||
compiler: gcc-8
|
compiler: gcc-9
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- *gcc8_deps
|
- *gcc9_deps
|
||||||
- *linux_deps
|
- *linux_deps
|
||||||
|
|
||||||
- name: Linux export template (release_debug, GCC 5, without 3D support)
|
- name: Linux export template (release_debug, GCC 5, without 3D support)
|
||||||
|
|||||||
Reference in New Issue
Block a user