1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 20:53:52 +00:00

Use clang 9 for linux builds on travis

This commit is contained in:
elsid 2021-04-08 00:05:02 +02:00
parent e5ace3727a
commit d661a3103e
No known key found for this signature in database
GPG key ID: D27B8E8D10A2896B

View file

@ -10,7 +10,7 @@ addons:
- sourceline: 'ppa:openmw/openmw' - sourceline: 'ppa:openmw/openmw'
packages: [ packages: [
# Dev # Dev
build-essential, cmake, clang-tools, ccache, build-essential, cmake, clang-tools-9, ccache,
# Boost # Boost
libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-system-dev, libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-system-dev,
# FFmpeg # FFmpeg
@ -37,8 +37,8 @@ matrix:
os: linux os: linux
dist: focal dist: focal
env: env:
- MATRIX_EVAL="CC=clang && CXX=clang++" - MATRIX_EVAL="CC=clang-9 && CXX=clang++-9"
- ANALYZE="scan-build --force-analyze-debug-code --use-cc clang --use-c++ clang++" - ANALYZE="scan-build-9 --force-analyze-debug-code --use-cc clang-9 --use-c++ clang++-9"
compiler: clang compiler: clang
before_install: before_install: