Bump cmake+clang job to 18.04.
The scons job succeeds due to not passing `-std=c++14` to the linker, as best I can figure, but I haven't managed to be able to test whether this is actually the case because cmake defaults to including all compiler flags with the linker flags and I'm tired of trying to coax cmake to not do that.
This commit is contained in:
parent
12ce4cd43c
commit
abadbd64f8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ matrix:
|
|||
env: TOOL=scons CXXSTD=14 NLS=false LTS=1604 BRANCH=master OPT=-O0
|
||||
|
||||
- compiler: clang
|
||||
env: TOOL=cmake CXXSTD=14 NLS=false LTS=1604 BRANCH=master
|
||||
env: TOOL=cmake CXXSTD=14 NLS=false LTS=1804 BRANCH=master
|
||||
|
||||
- env: CXXSTD=14 NLS=false LTS=mingw BRANCH=master STRICT=false UPLOAD_ID=mingw
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue