mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
5 lines
188 B
Batchfile
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)
|