summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: f394ae44ca6b83980d486a8808640d09bd0735c6 (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})/buildtools/appveyor.sh"

artifacts:
  - path: build\inkscape*.7z

cache:
  - C:\msys64\home\appveyor\.ccache

test: off