mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
11 lines
212 B
YAML
11 lines
212 B
YAML
|
language: c
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
before_install:
|
||
|
- sudo apt-get update -qq
|
||
|
- sudo apt-get install -qq pandoc re2c valgrind
|
||
|
script:
|
||
|
- make testtarball
|
||
|
- PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
|