blob: ab7f4500e230ec7e5bfe38046ffc0405877759fe [file] [log] [blame] [raw]
language: c
script:
- make vars
- DEBUG=1 make vars
- make test/optimized
- ASAN_OPTIONS=detect_leaks=0 make test/ci
os:
- linux
- osx
compiler:
- clang
- gcc
notifications:
email: false
after_success:
- bash <(curl -s https://codecov.io/bash)