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

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install binutils-mingw-w64-i686
  - sudo apt-get install gcc-mingw-w64-i686
  - sudo apt-get install gcc-mingw-w64
  - sudo apt-get install mingw-w64-tools
  
env:
  - HOST=
  - HOST=i686-w64-mingw32

script: make