mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Multiple build types in travis.
This commit is contained in:
parent
cfa34cff2d
commit
3c1bc74b04
@ -3,7 +3,11 @@ language: cpp
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
|
||||
env:
|
||||
- BUILD_TYPE=Debug
|
||||
- BUILD_TYPE=Release
|
||||
|
||||
script:
|
||||
- cmake .
|
||||
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE .
|
||||
- make -j4
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user