5 lines
325 B
YAML
5 lines
325 B
YAML
build_script:
|
|
# TODO: implement update-core --noconfirm and replace the below command line
|
|
- C:\msys64\usr\bin\pacman --sync --refresh --refresh --needed --noconfirm msys2-runtime msys2-runtime-devel bash pacman pacman-mirrors
|
|
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/ci-build.sh"
|