1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 07:04:08 +00:00
zap/facil.io/.travis.yml
2023-12-22 04:03:32 +01:00

17 lines
311 B
YAML

language: c
script:
- make vars
- DEBUG=1 make vars
- make test/optimized
- ASAN_OPTIONS=detect_leaks=0 make test/poll
- 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)