ci: Compile with -Werror.

Manually disable some warnings that are currently emitted. Eventually
the warnings should be solved and -Werror should remain alone.
This commit is contained in:
Giovanni Mascellani
2023-09-27 23:30:28 +02:00
committed by Alexandre Julliard
parent 39be40ce94
commit fd6c6895d6
Notes: Alexandre Julliard 2023-10-02 22:33:40 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/377
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ set -Eeuxo pipefail
rm -fr build
mkdir build
cd build
../configure --enable-demos && \
../configure --enable-demos CFLAGS="-g -O2 -Werror" && \
make -j$(nproc) && \
make -j$(nproc) check || \
touch ../pipeline_failed