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

Xenial -> Bionic name change

This commit is contained in:
Bret Curtis 2020-03-23 14:38:22 +01:00 committed by GitHub
parent 9d254aefb3
commit 53da5b8c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,19 +41,19 @@ matrix:
os: osx
osx_image: xcode10.2
if: branch != coverity_scan
- name: OpenMW (all) on Ubuntu Xenial GCC-7
- name: OpenMW (all) on Ubuntu Bionic GCC-7
os: linux
dist: bionic
sudo: required
if: branch != coverity_scan
- name: OpenMW (all) on Ubuntu Xenial GCC-9
- name: OpenMW (all) on Ubuntu Bionic GCC-9
os: linux
dist: bionic
sudo: required
env:
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
if: branch != coverity_scan
- name: OpenMW (openmw) on Ubuntu Xenial Clang-6 with Static Analysis
- name: OpenMW (openmw) on Ubuntu Bionic Clang-6 with Static Analysis
os: linux
dist: bionic
sudo: required
@ -63,7 +63,7 @@ matrix:
- BUILD_OPENMW_CS="OFF"
if: branch != coverity_scan
compiler: clang
- name: OpenMW (openmw-cs) on Ubuntu Xenial Clang-6 with Static Analysis
- name: OpenMW (openmw-cs) on Ubuntu Bionic Clang-6 with Static Analysis
os: linux
dist: bionic
sudo: required
@ -79,7 +79,7 @@ matrix:
sudo: required
if: branch = coverity_scan
# allow_failures:
# - name: OpenMW (openmw) on Ubuntu Xenial Clang-6 with Static Analysis
# - name: OpenMW (openmw) on Ubuntu Bionic Clang-6 with Static Analysis
before_install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then eval "${MATRIX_EVAL}"; fi