mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 14:37:05 +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
|