Compile with -Werror

This commit is contained in:
Jonas Kvinge
2020-12-22 16:34:59 +01:00
parent 977ac16a1e
commit eaed953614
2 changed files with 17 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ before_install:
before_script:
- mkdir build
- cd build
- cmake .. -DUSE_BUNDLE=ON
- cmake .. -DBUILD_WERROR=ON -DUSE_BUNDLE=ON
script:
- make -j8
- make install