mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-09 08:32:57 +00:00
Merge pull request #3721 from alyssarosenzweig/scripts/instcountci
Scripts: add update_instcountci.sh script
This commit is contained in:
commit
197140498b
14
Scripts/update_instcountci.sh
Executable file
14
Scripts/update_instcountci.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
# Make sure we actually build
|
||||
ninja
|
||||
|
||||
# Run tests, ignoring the retval since there will be changes.
|
||||
ninja instcountci_tests || true
|
||||
|
||||
# Now we can update.
|
||||
ninja instcountci_update_tests
|
||||
|
||||
# Commit the result in bulk.
|
||||
git commit -sam "InstCountCI: Update"
|
Loading…
x
Reference in New Issue
Block a user