]> git.ipfire.org Git - thirdparty/strongswan.git/blame - .appveyor.yml
kernel-netlink: Allow blank source address in routes for passthrough policies
[thirdparty/strongswan.git] / .appveyor.yml
CommitLineData
6eb7dd11
TB
1clone_depth: 50
2
8dfc40fa
TB
3image:
4 - Visual Studio 2015
5 - Visual Studio 2017
6
6eb7dd11
TB
7environment:
8 global:
9 TESTS_REDUCED_KEYLENGTHS: yes
10 LEAK_DETECTIVE: no
11 MONOLITHIC: yes
12 TZ: Europe/Zurich
13 matrix:
14 - arch: x86_64
15 bits: 64
16 # no 32-bit build as 32-bit msys is not installed
17 #- arch: i686
18 # bits: 32
19
20install:
21 - set MSYS_SH=C:\msys%BITS%\usr\bin\sh.exe
22 - set MSYSTEM=MINGW%BITS%
23 - set TEST=win%BITS%
24
25build_script:
26 - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'
27
28test_script:
29 - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh"'