Merge branch 'master' of github.com:cmatsuoka/xmp-cli

master
Claudio Matsuoka 12 years ago
commit 17c0aff936
  1. 16
      .travis.yml

@ -0,0 +1,16 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libxmp-dev
language: c
compiler:
- gcc
- clang
matrix:
include:
- compiler: i586-mingw32msvc-gcc
script: autoconf && ./configure --host=i586-mingw32msvc && make
script: ./autogen.sh && automake && autoconf && ./configure && make
Loading…
Cancel
Save