ci: further optimize build
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 29s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / test (push) Successful in 28s
Gentoo Utils / docs (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m15s
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 29s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / test (push) Successful in 28s
Gentoo Utils / docs (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m15s
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
ninja test -C build
|
ninja test -C build
|
||||||
|
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source ./portage/.venv/bin/activate
|
source ./portage/.venv/bin/activate
|
||||||
which emerge
|
which emerge
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
|
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
|
||||||
meson compile atom_parser_fuzzer:alias -C build
|
meson compile atom_parser_fuzzer:alias -C build
|
||||||
timeout 10m ./scripts/atom_parser_fuzz.sh
|
timeout 10m ./scripts/atom_parser_fuzz.sh
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
@@ -194,7 +194,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: |
|
run: |
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
|
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build
|
||||||
meson format --check-only --recursive
|
meson format --check-only --recursive
|
||||||
ninja rustfmt -C build
|
ninja rustfmt -C build
|
||||||
|
|
||||||
@@ -217,7 +217,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Documentation
|
- name: Build Documentation
|
||||||
run: |
|
run: |
|
||||||
meson setup -Ddocs=enabled docs
|
[ -d build ] || meson setup -Ddocs=enabled docs
|
||||||
ninja rustdoc -C docs
|
ninja rustdoc -C docs
|
||||||
|
|
||||||
grep:
|
grep:
|
||||||
|
|||||||
Reference in New Issue
Block a user