You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
322 B

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