2015-02-19 19:36:43 +01:00
|
|
|
language: cpp
|
2015-04-08 17:01:14 +02:00
|
|
|
sudo: required
|
2018-09-28 01:31:12 +02:00
|
|
|
os: osx
|
2015-02-19 19:36:43 +01:00
|
|
|
compiler:
|
2018-09-27 11:23:05 +02:00
|
|
|
# - gcc
|
2016-02-11 03:08:32 +01:00
|
|
|
- clang
|
2018-09-28 01:31:12 +02:00
|
|
|
env:
|
|
|
|
- BUILD_TARGET=Debug
|
|
|
|
- BUILD_TARGET=Release
|
|
|
|
- BUILD_TARGET=RelWithDebInfo
|
2015-02-20 02:02:35 +01:00
|
|
|
install:
|
2018-02-18 03:54:22 +01:00
|
|
|
- .travisci/install.sh
|
2015-02-19 19:36:43 +01:00
|
|
|
script:
|
2018-02-18 03:54:22 +01:00
|
|
|
- .travisci/build_and_test.sh
|
2018-09-27 11:23:05 +02:00
|
|
|
cache: ccache
|