ci: Add ci/install.bat

Move the MinGW package installation commands from ci/build.sh into
ci/install.sh.
This commit is contained in:
Bart Van Assche
2022-11-08 16:29:12 -08:00
parent 505b2a0ab4
commit 3fe06e8563
4 changed files with 14 additions and 10 deletions

1
ci/install.bat Normal file
View File

@@ -0,0 +1 @@
C:\msys64\usr\bin\bash --login -c 'set -x; cd "${APPVEYOR_BUILD_FOLDER}"; ci/install.sh'