libxlsxwriter/.travis.yml
2016-06-26 04:05:47 +01:00

24 lines
450 B
YAML

language: c
compiler:
- clang
- gcc
env:
- CFLAGS='-Werror'
- CFLAGS='-Werror -m32'
install:
- sudo pip install pytest
- sudo apt-get update
- sudo apt-get install -y gcc-multilib
- sudo apt-get install -y zlib1g-dev
- sudo apt-get install -y zlib1g-dev:i386
- sudo apt-get install -y gcc
- sudo apt-get install -y valgrind
script:
- make V=1
- make test_functional V=1
- make test_unit V=1
- make test_valgrind V=1