aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 3205fa93256c882bf79ff072ede71e178215fcce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: c

compiler:
  - i686-w64-mingw32-gcc
  - x86_64-w64-mingw32-gcc

addons:
  apt:
    packages:
      - gcc-mingw-w64
      - wine

script:
  - ./configure --enable-shared --enable-static --enable-wine --cross-prefix=${CC%-*}-
  - make
  - make test