mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
6 lines
90 B
YAML
6 lines
90 B
YAML
language: c++
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
before_script: cmake .
|
|
script: make && make test |