Setting up multiple build targets for travis
This commit is contained in:
24
.travis.yml
24
.travis.yml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user