test
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
Gentoo Utils / fuzz (push) Successful in 1m18s
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
Gentoo Utils / fuzz (push) Successful in 1m18s
This commit is contained in:
@@ -132,11 +132,6 @@ jobs:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
ls
|
|
||||||
if ! [[ -d build ]]; then
|
|
||||||
echo "CALLING MESON BUILD WE SHOULDNT GET HERE"
|
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
|
||||||
fi
|
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
ninja test -C build
|
ninja test -C build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user