blob: 4bf250aed5fb34f5fc0b6893acd41ed528d7cd21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
version: '{branch}-{build}'
clone_depth: 10
environment:
matrix:
- MSYSTEM: MINGW64
- MSYSTEM: MINGW32
build_script:
- C:\msys64\usr\bin\pacman -Syuu --needed --noconfirm --noprogressbar
- C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/appveyor.sh"
artifacts:
- path: build\inkscape.7z
cache:
- C:\msys64\home\appveyor\.ccache
test: off
|