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: only:
- master - master
matrix: os:
include: - linux
- os: linux
addons: addons:
apt: apt:
sources: sources:
@@ -15,7 +14,10 @@ matrix:
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: