mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
.github: enable -Werror on driver build
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
4
.github/actions/build-driver/action.yaml
vendored
4
.github/actions/build-driver/action.yaml
vendored
@@ -65,5 +65,5 @@ runs:
|
||||
- name: compile driver
|
||||
shell: bash
|
||||
run: |
|
||||
CFLAGS="-Wall" ./autogen.sh # --prefix=$X11_PREFIX
|
||||
CFLAGS="-Wall" make -j # install
|
||||
CFLAGS="-Wall -Werror" ./autogen.sh # --prefix=$X11_PREFIX
|
||||
CFLAGS="-Wall -Werror" make -j # install
|
||||
|
||||
Reference in New Issue
Block a user