CI: Use GitHub Actions to check pull requests

This commit is contained in:
liushuyu 2021-12-22 23:31:57 -07:00
parent 908c79881b
commit a1815b617c
4 changed files with 63 additions and 10 deletions

View file

@ -3,8 +3,6 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
cd /yuzu
ccache -s
mkdir build || true && cd build