fixes
Some checks failed
Some checks failed
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
- name: build and check
|
||||
run: |
|
||||
LDFLAGS="-fuse-ld=$(command -v lld)" meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
|
||||
# FIXME: Currently this rebuilds everything. Instead we should bring over the build dir from the build job. This will come in handy
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
LDFLAGS="-fuse-ld=$(command -v lld)" meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
ninja test -C build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user