matrix:
allow_failures:
- - os:
+ - os: windows
# - osx
- - windows
compiler:
- gcc
# - clang
+
install:
- if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then gem install coveralls-lcov; fi;
- if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then
ifeq (${BUILD_ON_WINDOWS}, 1)
CFLAGS += -DBUILD_ON_WINDOWS -D_XOPEN_SOURCE=700
+else
+CFLAGS += -ldl
endif
# add directories
# handle base options
PRG ?=gwion
PREFIX ?=/usr/local
-LDFLAGS += -lm -ldl
+LDFLAGS += -lm
CFLAGS += -Iinclude -Iutil/include -Iast/include -D_GNU_SOURCE
# handle boolean options