mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Use same build environment during mutation testing.
This commit is contained in:
parent
755fa371cb
commit
5a36c481f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ linux-rel-nogate:
|
|||
- ./mach clean-nightlies --keep 3 --force
|
||||
- env CC=gcc-5 CXX=g++-5 ./mach build --release
|
||||
- python ./etc/ci/chaos_monkey_test.py
|
||||
- bash ./etc/ci/mutation_test.sh
|
||||
- env CC=gcc-5 CXX=g++-5 bash ./etc/ci/mutation_test.sh
|
||||
|
||||
mac-rel-intermittent:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue