infra: actions: set build job to only build
This commit is contained in:
@@ -73,4 +73,6 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: build and check
|
- name: build and check
|
||||||
run: ./check.sh
|
run: |
|
||||||
|
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||||
|
meson compile -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user