mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
8 lines
84 B
YAML
8 lines
84 B
YAML
language: c++
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- cmake .
|
|
- make
|
|
- make test |