Skip to content

Commit

Permalink
Test packaging during normal builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshusa committed Apr 18, 2017
1 parent 56435db commit c23b753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -17,6 +17,7 @@ mac-rel-wpt2:
mac-dev-unit:
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-unit
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --dev
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build-cef
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
Expand Down Expand Up @@ -49,6 +50,7 @@ linux-dev:
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build --dev
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-compiletest
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach test-unit
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach package --dev
- env SERVO_RUSTC_LLVM_ASSERTIONS=1 ./mach build-cef
- ./mach build-geckolib
- ./mach test-stylo
Expand Down Expand Up @@ -103,6 +105,7 @@ arm64:
windows-msvc-dev:
- mach.bat build --dev
- mach.bat test-unit
- mach.bat package --dev
- mach.bat build-geckolib

windows-msvc-nightly:
Expand Down

0 comments on commit c23b753

Please sign in to comment.