aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 7420856214b6ef06ff852452fda31350f7d1ea32 (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

cache:
  - C:\cygwin64 -> dev\ci\appveyor.bat, dev\ci\appveyor.sh

platform:
- x64

image:
- Visual Studio 2017

environment:
  CYGMIRROR: http://ftp.inf.tu-dresden.de/software/windows/cygwin32
  matrix:
  - USEOPAM: true
    ARCH: 64

build_script:
- cmd: 'call %APPVEYOR_BUILD_FOLDER%\dev\ci\appveyor.bat'

test: off