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,9 +5,8 @@ branches:
only:
- master
matrix:
include:
- os: linux
os:
- linux
addons:
apt:
sources:
@@ -15,7 +14,10 @@ matrix:
packages:
- libc++-dev
- ninja-build
env: CMAKE_BUILD_TYPE=DEBUG
env:
- CMAKE_BUILD_TYPE=DEBUG
- CMAKE_BUILD_TYPE=RELEASE
# Build steps
script: