mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
13 lines
119 B
YAML
13 lines
119 B
YAML
language: cpp
|
|
|
|
compiler:
|
|
- clang
|
|
|
|
before_script:
|
|
- autoreconf -iv
|
|
- ./configure
|
|
|
|
script:
|
|
- make
|
|
- make check
|