You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
platform:
|
|
|
|
|
- x64
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
MSYSTEM: MSYS
|
|
|
|
|
CTEST_OUTPUT_ON_FAILURE: 1
|
|
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --sysupgrade
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh pacman
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh git
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --needed --sync mingw-w64-x86_64-cmake make mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-gtkmm3 mingw-w64-x86_64-gtksourceviewmm3 mingw-w64-x86_64-boost mingw-w64-x86_64-aspell mingw-w64-x86_64-aspell-en mingw-w64-x86_64-libgit2
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "$(cygpath ${APPVEYOR_BUILD_FOLDER})/appveyor.sh"
|