From 419c588d2c41030dd923b063eb49dea02643d53c Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Fri, 11 Jan 2019 16:44:42 -0800 Subject: [PATCH] Setting up multiple build targets for travis --- .travis.yml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 967bbfa..886b845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,19 @@ branches: only: - master -matrix: - include: - - os: linux - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - libc++-dev - - ninja-build - env: CMAKE_BUILD_TYPE=DEBUG +os: + - linux + addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - libc++-dev + - ninja-build + +env: + - CMAKE_BUILD_TYPE=DEBUG + - CMAKE_BUILD_TYPE=RELEASE # Build steps script: