CI: Use GitHub Actions to check pull requests

This commit is contained in:
liushuyu 2021-12-22 23:31:57 -07:00
parent 7efb17f51a
commit 9f5e8c4869
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