Test code on Ubuntu bionic.
--HG-- branch : develop
This commit is contained in:
parent
e619fdc80c
commit
4fd21d9067
12
.travis.yml
12
.travis.yml
|
@ -14,6 +14,18 @@ jobs:
|
||||||
- ccache
|
- ccache
|
||||||
directories:
|
directories:
|
||||||
- '$HOME/.sonar/cache'
|
- '$HOME/.sonar/cache'
|
||||||
|
- os: linux
|
||||||
|
dist: bionic
|
||||||
|
sudo: required
|
||||||
|
compiler: clang
|
||||||
|
env:
|
||||||
|
- DEPLOY=false
|
||||||
|
- CCACHE_CPP2=yes
|
||||||
|
- RUN_TESTS=true
|
||||||
|
cache:
|
||||||
|
- ccache
|
||||||
|
directories:
|
||||||
|
- '$HOME/.sonar/cache'
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user