CI/CD: Enables warnings as errors in autotool build.
This will help us catch warnings and potential bugs in builds that are not often tested by us.
This commit is contained in:
parent
feae5528a3
commit
923eb689a4
|
@ -128,7 +128,7 @@ if [ "$PHASE" = "all" ] || [ "$PHASE" = "build" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run configure script
|
# Run configure script
|
||||||
"$SRC_DIR"/configure --enable-checks=$CHECK_TYPE $EXTRA_OPTIONS
|
"$SRC_DIR"/configure --enable-werror --enable-checks=$CHECK_TYPE $EXTRA_OPTIONS
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue