forked from fmtlib/fmt
Multiple build types in travis.
This commit is contained in:
@@ -3,7 +3,11 @@ language: cpp
|
|||||||
before_install:
|
before_install:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
|
|
||||||
|
env:
|
||||||
|
- BUILD_TYPE=Debug
|
||||||
|
- BUILD_TYPE=Release
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cmake .
|
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
|
||||||
- make -j4
|
- make -j4
|
||||||
- make test
|
- make test
|
||||||
|
Reference in New Issue
Block a user