We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25136dc commit a1f76ecCopy full SHA for a1f76ec
.github/workflows/main.yml
@@ -23,13 +23,13 @@ jobs:
23
- name: Install Dependencies
24
run: |
25
apt update
26
- apt install -y meson gobject-introspection libgee-0.8-dev libgirepository1.0-dev libgtk-4-dev libshumate-dev sassc valac
+ apt install -y meson gobject-introspection libgee-0.8-dev libgirepository1.0-dev libgtk-4-dev libshumate-dev sassc valac valadoc gtk-doc-tools
27
- name: Build
28
env:
29
DESTDIR: out
30
PKG_CONFIG_PATH: ${{ github.workspace }}/build/meson-uninstalled
31
32
- meson setup build
+ meson setup build -Ddocumentation=true
33
ninja -C build
34
ninja -C build install
35
0 commit comments