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