Use same build environment during mutation testing.

This commit is contained in:
Josh Matthews 2017-11-21 13:47:54 -05:00 committed by GitHub
parent 755fa371cb
commit 5a36c481f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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