mirror of
git://slackware.nl/current.git
synced 2025-01-12 08:03:03 +01:00
16 lines
232 B
YAML
16 lines
232 B
YAML
language: cpp
|
|||
sudo: required
|
|||
os: osx
|
|||
compiler:
|
|||
# - gcc
|
|||
- clang
|
|||
env:
|
|||
- BUILD_TARGET=Debug
|
|||
- BUILD_TARGET=Release
|
|||
- BUILD_TARGET=RelWithDebInfo
|
|||
install:
|
|||
- .travisci/install.sh
|
|||
script:
|
|||
- .travisci/build_and_test.sh
|
|||
cache: ccache
|