mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
Merge pull request #97 from yegorich/travis-warnings
CI: treat gcc warnings as errors
This commit is contained in:
+2
-2
@@ -12,13 +12,13 @@ matrix:
|
|||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: ./autogen.sh && ./configure && make distcheck
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
|
|
||||||
- env: test="x64 5.0 (autotools)"
|
- env: test="x64 5.0 (autotools)"
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script: ./autogen.sh && ./configure && make distcheck
|
script: ./autogen.sh && ./configure CFLAGS="-Werror -Wno-unused-result" && make distcheck
|
||||||
|
|
||||||
- env: test="x64 4.8.4 (CMake gcc)"
|
- env: test="x64 4.8.4 (CMake gcc)"
|
||||||
os: linux
|
os: linux
|
||||||
|
|||||||
Reference in New Issue
Block a user