test
All checks were successful
Gentoo Utils / fuzz (push) Successful in 1m10s
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 10s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
All checks were successful
Gentoo Utils / fuzz (push) Successful in 1m10s
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 10s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
This commit is contained in:
@@ -132,7 +132,9 @@ jobs:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
ls
|
||||||
if ! [[ -d build ]]; then
|
if ! [[ -d build ]]; then
|
||||||
|
echo "CALLING MESON BUILD WE SHOULDNT GET HERE"
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||||
fi
|
fi
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
|
|||||||
Reference in New Issue
Block a user