From dff4fe6a8455e8d0845f037209c6d7762179ad4b Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Wed, 20 Nov 2019 23:42:51 +0900 Subject: Enable cpp.treatWarningsAsErrors when building Qbs on Travis Change-Id: I45a6bbc31a5be8c20b0fe7877e1fc42833e68ddd Reviewed-by: Christian Kandeler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ddf2f1449..7178e82ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ jobs: - <<: *build-on-bionic name: With Qbs on Ubuntu bionic (mingw32_w64) script: - - docker-compose run --rm ${SERVICE} qbs build profile:qt-mingw32_w64 + - docker-compose run --rm ${SERVICE} qbs build profile:qt-mingw32_w64 modules.cpp.treatWarningsAsErrors:true - &build-on-macos stage: Build Qbs and and run autotests -- cgit v1.2.3