Skip to content

Commit

Permalink
Run memory charting test on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 9, 2018
1 parent 905f94a commit ec5daac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec5daac

Please sign in to comment.