mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-24 02:51:34 +01:00
9 lines
66 B
YAML
9 lines
66 B
YAML
|
language: cpp
|
||
|
|
||
|
compiler:
|
||
|
- clang
|
||
|
- gcc
|
||
|
|
||
|
script:
|
||
|
- make test
|