summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9a91d7974c71ab93c7f6e25d976e36fd31b1bd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 mingw-w64-i686-dev
    - sudo apt-get install -y autoconf automake dh-autoreconf

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