mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Run memory charting test on CI.
This commit is contained in:
parent
905f94abe3
commit
ec5daacaa9
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ mac-dev-unit:
|
||||||
- ./mach clean-cargo-cache --keep 3 --force
|
- ./mach clean-cargo-cache --keep 3 --force
|
||||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
|
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
|
||||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit
|
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit
|
||||||
|
- python ./etc/memory_reports_over_time.py --test
|
||||||
- ./mach package --dev
|
- ./mach package --dev
|
||||||
- ./mach build-geckolib
|
- ./mach build-geckolib
|
||||||
- bash ./etc/ci/lockfile_changed.sh
|
- bash ./etc/ci/lockfile_changed.sh
|
||||||
|
@ -109,6 +110,7 @@ linux-dev:
|
||||||
- ./mach test-tidy --no-progress --self-test
|
- ./mach test-tidy --no-progress --self-test
|
||||||
- ./mach build --dev
|
- ./mach build --dev
|
||||||
- ./mach test-unit
|
- ./mach test-unit
|
||||||
|
- python ./etc/memory_reports_over_time.py --test
|
||||||
- ./mach package --dev
|
- ./mach package --dev
|
||||||
- ./mach build --dev --no-default-features --features default-except-unstable
|
- ./mach build --dev --no-default-features --features default-except-unstable
|
||||||
- ./mach build-geckolib
|
- ./mach build-geckolib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue