Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-vlc@jannau.net>2018-11-16 00:37:51 +0300
committerJanne Grunau <janne-vlc@jannau.net>2018-11-17 02:03:28 +0300
commit014dbe01c9229a4e1fe8efa098ec3a42634d3735 (patch)
tree2fded23e2f2285a567e81811ea45d4474a290c02
parent31bf9aa18a700edb47061e797ba94fefadd0a0f3 (diff)
CI: change build-debian-werror job to debug build
Catches warnings in assert statements.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b268561..6fe2294 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,7 +101,7 @@ build-debian-werror:
- aarch64
- debian
script:
- - env CC='clang-7' CFLAGS='-Werror' meson build -Dbuild_tests=false
+ - env CC='clang-7' CFLAGS='-Werror' meson build --buildtype debug
- ninja -C build
test-debian: