mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Add linux-dev-yaml to buildbot_steps.yml
The `linux-dev-yaml` builder is being used to test out the switchover of the steps.yml file from the saltfs repo to the servo repo.
This commit is contained in:
parent
9b3ad26256
commit
d4c441218a
1 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,18 @@ linux-dev:
|
||||||
- bash ./etc/ci/manifest_changed.sh
|
- bash ./etc/ci/manifest_changed.sh
|
||||||
- bash ./etc/ci/check_no_unwrap.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:
|
linux-rel:
|
||||||
- ./mach build --release
|
- ./mach build --release
|
||||||
- ./mach test-wpt-failure
|
- ./mach test-wpt-failure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue