1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-04 11:09:41 +00:00

Merge pull request from elsid/fix_travis

Fix travis
This commit is contained in:
Bret Curtis 2021-04-10 14:42:09 +02:00 committed by GitHub
commit cf021d70a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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:
@ -66,11 +66,13 @@ deploy:
repo: OpenMW/openmw repo: OpenMW/openmw
notifications: notifications:
email: email:
if: repository_slug = OpenMW/openmw AND branch = master
recipients: recipients:
- corrmage+travis-ci@gmail.com - corrmage+travis-ci@gmail.com
on_success: change on_success: change
on_failure: always on_failure: always
irc: irc:
if: repository_slug = OpenMW/openmw AND branch = master
channels: channels:
- "chat.freenode.net#openmw" - "chat.freenode.net#openmw"
on_success: change on_success: change