blob: 46a143eb116e674aa9b4053965d165e328e7bbf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
version: '{branch}-{build}'
clone_depth: 10
environment:
matrix:
- MSYSTEM: MINGW64
- MSYSTEM: MINGW32
install:
git submodule update --init --recursive
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
|