Test code on Ubuntu bionic.

--HG--
branch : develop
merge-requests/1/merge
Roman Telezhynskyi 2020-01-20 13:50:37 +02:00
parent e619fdc80c
commit 4fd21d9067
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,18 @@ jobs:
- ccache
directories:
- '$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
compiler: clang
env: