mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
17 lines
311 B
YAML
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)
|