1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

try with gcc-6

This commit is contained in:
Bret Curtis 2018-11-12 23:54:22 +01:00
parent beb22758a6
commit 6c5e40ef7a

View File

@ -17,7 +17,7 @@ addons:
- llvm-toolchain-trusty-7
packages: [
# Dev
cmake, clang-7, clang-tools-7, gcc-7, g++-7,
cmake, clang-7, clang-tools-7, gcc-6, g++-6,
# Boost
libboost-filesystem-dev, libboost-program-options-dev, libboost-system-dev,
# FFmpeg
@ -33,7 +33,7 @@ addons:
description: "<Your project description here>"
branch_pattern: coverity_scan
notification_email: 720642+scrawl@users.noreply.github.com
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-7 --template; cmake . -DBUILD_OPENCS=FALSE -DBUILD_WIZARD=FALSE -DBUILD_UNITTESTS=FALSE -DBUILD_BSATOOL=FALSE -DBUILD_ESMTOOL=FALSE -DBUILD_MWINIIMPORTER=FALSE -DBUILD_ESSIMPORTER=FALSE -DBUILD_LAUNCHER=FALSE -DBUILD_MYGUI_PLUGIN=FALSE"
build_command_prepend: "cov-configure --comptype gcc --compiler gcc-6 --template; cmake . -DBUILD_OPENCS=FALSE -DBUILD_WIZARD=FALSE -DBUILD_UNITTESTS=FALSE -DBUILD_BSATOOL=FALSE -DBUILD_ESMTOOL=FALSE -DBUILD_MWINIIMPORTER=FALSE -DBUILD_ESSIMPORTER=FALSE -DBUILD_LAUNCHER=FALSE -DBUILD_MYGUI_PLUGIN=FALSE"
build_command: "make VERBOSE=1 -j3"
matrix:
include:
@ -41,12 +41,12 @@ matrix:
os: osx
osx_image: xcode9.4
if: branch != coverity_scan
- name: OpenMW (all) on Ubuntu Trusty GCC-7
- name: OpenMW (all) on Ubuntu Trusty GCC-6
os: linux
dist: trusty
sudo: required
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
if: branch != coverity_scan
- name: OpenMW (openmw) on Ubuntu Trusty Clang-7 with Static Analysis
os: linux
@ -73,7 +73,7 @@ matrix:
dist: trusty
sudo: required
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
if: branch = coverity_scan
# allow_failures:
# - name: OpenMW (openmw) on Ubuntu Trusty Clang-7 with Static Analysis