diff options
-rw-r--r-- | etc/ci/buildbot_steps.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index ff911f33e39..473c6379d5a 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -39,6 +39,18 @@ linux-dev: - bash ./etc/ci/manifest_changed.sh - bash ./etc/ci/check_no_unwrap.sh +linux-dev-yaml: + - ./mach test-tidy --no-progress --all + - ./mach test-tidy --no-progress --self-test + - ./mach build --dev + - ./mach test-compiletest + - ./mach test-unit + - ./mach build-cef + - ./mach build-geckolib + - bash ./etc/ci/lockfile_changed.sh + - bash ./etc/ci/manifest_changed.sh + - bash ./etc/ci/check_no_unwrap.sh + linux-rel: - ./mach build --release - ./mach test-wpt-failure |