summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4b0560c50e2bd58bf1f9554c6c41485cb27d4a16 (plain)
1
2
3
4
5
6
7
8
9
language: c

before_install:
    - sudo apt-get -qq update
    - sudo apt-get install -y debhelper fakeroot
    - sudo apt-get install -y libpcap-dev libselinux1-dev
    - sudo apt-get install -y binutils-mingw-w64-i686 gcc-mingw-w64

script: ./autogen.sh && git clean -df . && dpkg-buildpackage -b -us -uc && git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine)