mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-21 13:51:50 +03:00
aa02d49a22
git-subtree-dir: pkg/urcrypt/argon2 git-subtree-split: 4da94a611ee62bad87ab2b131ffda3bcc0723d9c
26 lines
386 B
YAML
26 lines
386 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
# Clang on Linux needs to run in a VM to use ASAN.
|
|
# See: https://github.com/travis-ci/travis-ci/issues/9033
|
|
matrix:
|
|
exclude:
|
|
- compiler: clang
|
|
os: linux
|
|
include:
|
|
- compiler: clang
|
|
os: linux
|
|
sudo: true
|
|
|
|
script: make && make testci
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|