From: Klas Lindfors Date: Thu, 20 Sep 2012 10:55:37 +0000 (+0200) Subject: try other travis options X-Git-Tag: v1.8.0~16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490123ba06fbc111fc5d710990dd0b70f82abbac;p=yubikey-personalization try other travis options --- diff --git a/.travis.yml b/.travis.yml index 7f7ab50..172a152 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,14 @@ compiler: env: - LIBUSB=libusb EXTRA=libusb-dev - LIBUSB=libusb-1.0 EXTRA=libusb-1.0-0-dev - - LIBUSB=win32 EXTRA=wine - - LIBUSB=win64 EXTRA=wine -script: ./build-and-test.sh +script: + - autoreconf -i + - ./configure --with-backend=$LIBUSB + - make check before_install: - sudo apt-get update -qq - sudo apt-get install -qq libyubikey-dev $EXTRA matrix: - exclude: - - compiler: clang - env: LIBUSB=win32 EXTRA=wine - - compiler: clang - env: LIBUSB=win64 EXTRA=wine + include: + - compiler: i586-mingw32msvc-gcc + env: LIBUSB=windows EXTRA=wine