mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Added Mutation Test to CI
This commit is contained in:
parent
ba2152900c
commit
af605a6e09
2 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,7 @@ linux-rel-nogate:
|
|||
- ./mach clean-nightlies --keep 3 --force
|
||||
- ./mach build --release
|
||||
- python ./etc/ci/chaos_monkey_test.py
|
||||
- python ./etc/ci/mutation_test.py
|
||||
|
||||
mac-rel-intermittent:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
4
etc/ci/mutation_test.py
Normal file
4
etc/ci/mutation_test.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import sys
|
||||
import subprocess
|
||||
|
||||
subprocess.call('python python/servo/mutation/init.py components/script/dom', shell=True)
|
Loading…
Add table
Add a link
Reference in a new issue