aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
blob: 941f4c2053ecae7cd6a7ce8a82ce20fbbf885d2c (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
clone_depth: 50

environment:
  global:
    TESTS_REDUCED_KEYLENGTHS: yes
    LEAK_DETECTIVE: no
    MONOLITHIC: yes
    TZ: Europe/Zurich
  matrix:
    - arch: x86_64
      bits: 64
    # no 32-bit build as 32-bit msys is not installed
    #- arch: i686
    #  bits: 32

install:
  - set MSYS_SH=C:\msys%BITS%\usr\bin\sh.exe
  - set MSYSTEM=MINGW%BITS%
  - set TEST=win%BITS%

build_script:
  - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh deps"'

test_script:
  - '%MSYS_SH% --login -c ". /etc/profile && cd $APPVEYOR_BUILD_FOLDER && ./scripts/test.sh"'