mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-04-27 02:48:51 +03:00
22 lines
223 B
YAML
22 lines
223 B
YAML
language: c
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
env:
|
|
- verbose=t
|
|
|
|
before_install:
|
|
|
|
script: cd t && make
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- cd t
|
|
- make check
|
|
- cat test-suite.log
|
|
|
|
notifications:
|
|
email:
|
|
- albertofanjul@gmail.com
|