mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
18 lines
250 B
YAML
18 lines
250 B
YAML
![]() |
language: c
|
||
|
|
||
|
before_script:
|
||
|
- sudo apt-get install -qq valgrind
|
||
|
- bundle install --gemfile=docs/Gemfile
|
||
|
- autoreconf -i
|
||
|
|
||
|
script:
|
||
|
- ./setup.sh
|
||
|
- ./configure && make
|
||
|
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
|
||
|
notifications:
|
||
|
email: false
|