From 4c21621935dfe021a718b061df755a710461c3b4 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 26 Mar 2020 16:16:55 +0100 Subject: [PATCH 1/2] Enable gtk-doc in CI test This doesn't seems to work with asan, so do it in the clang build --- .github/workflows/check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 7016fa53..9a9a2db4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 From 4b32592677e9d14482cbe1c3f7121a456e19f469 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 27 Mar 2020 08:59:28 +0100 Subject: [PATCH 2/2] Enable introspection on old glib test too --- .github/workflows/check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9a9a2db4..204641f4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -123,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