CI raise warnings and treat as error

This commit is contained in:
badaix 2019-10-19 21:43:43 +02:00
parent 47e6992538
commit af2592ec9b

View file

@ -173,4 +173,4 @@ script:
- mkdir build
- cd build
- cmake .. && make && sudo make install
- cmake -DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -pedantic -O2" .. && make && sudo make install