test
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 5s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / fuzz (push) Successful in 1m14s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 5s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / fuzz (push) Successful in 1m14s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
This commit is contained in:
@@ -132,9 +132,12 @@ jobs:
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
set -x
|
||||
ls build
|
||||
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
ninja test -C build
|
||||
set +x
|
||||
|
||||
fuzz:
|
||||
runs-on: gentoo
|
||||
@@ -218,7 +221,7 @@ jobs:
|
||||
- name: Build Documentation
|
||||
run: |
|
||||
[ -d build ] || meson setup -Ddocs=enabled docs
|
||||
ninja rustdoc -C docs
|
||||
ninja rustdoc -C build
|
||||
|
||||
grep:
|
||||
runs-on: gentoo
|
||||
|
||||
Reference in New Issue
Block a user