GSL/push_asm.bat
2019-02-12 18:18:29 -08:00

5 lines
188 B
Batchfile

git checkout %APPVEYOR_REPO_BRANCH%
git add "asm/*"
git status
git diff-index --cached --quiet --exit-code HEAD || (git commit -m "[skip ci] Update ASM for %ASM_FOLDER%" && git push)