mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Workaround for https://github.com/travis-ci/travis-ci/issues/8317
Found by charlemagnelasse.
This commit is contained in:
parent
3e9515c1d4
commit
0c3627ef34
@ -7,7 +7,10 @@ services:
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libsdl2-dev
|
||||
env:
|
||||
- OPT=-O0 CXXSTD=11 NLS=false
|
||||
- OPT=-O2 CXXSTD=11 NLS=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user