<<: *deb_build_definition
before_script:
- export build_system="cmake"
+ # fail on any compiler warnings
+ - export CFLAGS=-Werror
+ - export CXXFLAGS=-Werror
- echo experimental > COLLECTION
tags:
- linux
<<: *rpm_build_definition
before_script:
- export build_system="cmake"
+ # fail on any compiler warnings
+ - export CFLAGS=-Werror
+ - export CXXFLAGS=-Werror
- echo experimental > COLLECTION
tags:
- linux
<<: *rpm_build_definition
before_script:
- export build_system="cmake"
+ # fail on any compiler warnings
+ - export CFLAGS=-Werror
+ - export CXXFLAGS=-Werror
- echo experimental > COLLECTION
tags:
- linux
<<: *macos_build_definition
before_script:
- export build_system="cmake"
+ # fail on any compiler warnings
+ - export CFLAGS=-Werror
+ - export CXXFLAGS=-Werror
tags:
- macos