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

19 lines
318 B
YAML

language: c
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- case "$(uname)" in
Linux) make CFLAGS="-g -O2 -Wall -Wno-switch -Wextra -D_FORTIFY_SOURCE=2" && make check || exit 1 ;;
Darwin) make LDLIBS=-liconv && make check || exit 1 ;;
esac
notifications:
email: false