forked from catchorg/Catch2
Enabled CMake dev warnings in travis.
This commit is contained in:
@ -155,7 +155,7 @@ install:
|
||||
before_script:
|
||||
- export CXX=${COMPILER}
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
|
||||
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -Wdev
|
||||
- cd Build
|
||||
|
||||
script:
|
||||
|
Reference in New Issue
Block a user