summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: 7ecfabd7705325c05ecd4e8d286084161010d4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
  - path: build\inkscape*.exe
  - path: build\inkscape*.msi

cache:
  - '%APPVEYOR_BUILD_FOLDER%\build\ccache'

test: off