]> git.ipfire.org Git - thirdparty/strongswan.git/blob - .appveyor.yml
tpm_seal: Implemented TPM 2.0 file sealing
[thirdparty/strongswan.git] / .appveyor.yml
1 clone_depth: 50
2
3 environment:
4 global:
5 TESTS_REDUCED_KEYLENGTHS: yes
6 LEAK_DETECTIVE: no
7 MONOLITHIC: yes
8 TZ: Europe/Zurich
9 matrix:
10 - arch: x86_64
11 bits: 64
12 # no 32-bit build as 32-bit msys is not installed
13 #- arch: i686
14 # bits: 32
15
16 install:
17 - set MSYS_SH=C:\msys%BITS%\usr\bin\sh.exe
18 - set MSYSTEM=MINGW%BITS%
19 - set TEST=win%BITS%
20
21 build_script:
22 - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'
23
24 test_script:
25 - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh"'