Add fuzzer to the pipeline #11

Merged
jturnerusa merged 6 commits from feature/add-fuzzer-to-ci into master 2025-12-15 18:43:31 -06:00
Showing only changes of commit eac300343d - Show all commits

View File

@@ -98,10 +98,6 @@ jobs:
- name: build and check
run: |
echo $USER
echo "CC=$CC"
echo "CXX=$CXX"
source /etc/profile
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build