Setting up multiple build targets for travis

This commit is contained in:
2019-01-11 16:44:42 -08:00
parent 49eabe8edf
commit 419c588d2c

View File

@@ -5,17 +5,19 @@ branches:
only: only:
- master - master
matrix: os:
include: - linux
- os: linux addons:
addons: apt:
apt: sources:
sources: - ubuntu-toolchain-r-test
- ubuntu-toolchain-r-test packages:
packages: - libc++-dev
- libc++-dev - ninja-build
- ninja-build
env: CMAKE_BUILD_TYPE=DEBUG env:
- CMAKE_BUILD_TYPE=DEBUG
- CMAKE_BUILD_TYPE=RELEASE
# Build steps # Build steps
script: script: