mirror of https://gitlab.com/cppit/jucipp
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.
16 lines
688 B
16 lines
688 B
|
10 years ago
|
platform:
|
||
|
|
- x64
|
||
|
10 years ago
|
|
||
|
10 years ago
|
environment:
|
||
|
|
MSYSTEM: MSYS
|
||
|
8 years ago
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||
|
10 years ago
|
|
||
|
|
before_build:
|
||
|
8 years ago
|
- 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
|
||
|
10 years ago
|
|
||
|
9 years ago
|
build_script:
|
||
|
8 years ago
|
- C:\msys64\usr\bin\bash -lc "$(cygpath ${APPVEYOR_BUILD_FOLDER})/.appveyor.sh"
|