Use Debug build type on travis

This commit is contained in:
David Capello 2019-03-15 16:11:20 -03:00
parent d872a0b422
commit de5dbe5e24

View File

@ -41,7 +41,7 @@ before_install:
before_script:
- mkdir build
- cd build
- cmake .. -G Ninja -DENABLE_TESTS=ON -DENABLE_UI=$ENABLE_UI
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON -DENABLE_UI=$ENABLE_UI
script:
- ninja