Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run automated test for memory report charter. #20260

Merged
merged 3 commits into from Mar 15, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Run memory charting test on CI.

  • Loading branch information
jdm committed Mar 9, 2018
commit ec5daacaa9b9b4dcd08db7583b2c61af2e5ec79b
@@ -45,6 +45,7 @@ mac-dev-unit:
- ./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 test-unit
- python ./etc/memory_reports_over_time.py --test
- ./mach package --dev
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
@@ -109,6 +110,7 @@ linux-dev:
- ./mach test-tidy --no-progress --self-test
- ./mach build --dev
- ./mach test-unit
- python ./etc/memory_reports_over_time.py --test
- ./mach package --dev
- ./mach build --dev --no-default-features --features default-except-unstable
- ./mach build-geckolib
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.