Browse Source

Do debug build in Travis

The debug builds do extra check, so chose that mode for Travis so we
get early warnings for problems.
tags/v1.9.90
Pierre Ossman 5 years ago
parent
commit
911ae30d94
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -16,5 +16,5 @@ before_install:
- popd

script:
- cmake . && make
- cmake -DCMAKE_BUILD_TYPE=Debug . && make
- cd java && cmake . && make

Loading…
Cancel
Save