mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 14:08:33 -04:00
Merge pull request #3502 from alexlarsson/ci-gtk-doc
Enable gtk-doc in CI test
This commit is contained in:
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -98,8 +98,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: configure
|
||||
# We disable introspection because it fails with clang: https://bugzilla.redhat.com/show_bug.cgi?id=1543295
|
||||
run: ./autogen.sh --disable-introspection
|
||||
run: ./autogen.sh --enable-gtk-doc --enable-gtk-doc-html
|
||||
env:
|
||||
CC: clang
|
||||
CFLAGS: -Werror=unused-variable
|
||||
@@ -124,8 +123,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: configure
|
||||
# We disable introspection because it fails with clang: https://bugzilla.redhat.com/show_bug.cgi?id=1543295
|
||||
run: ./autogen.sh --disable-introspection
|
||||
run: ./autogen.sh
|
||||
env:
|
||||
CC: clang
|
||||
CFLAGS: -Werror=unused-variable
|
||||
|
||||
Reference in New Issue
Block a user