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