mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-02 07:56:22 +00:00
8 lines
96 B
YAML
8 lines
96 B
YAML
sudo: false
|
|
language: cpp
|
|
compiler:
|
|
- g++
|
|
script: cd tests && make && make test
|
|
os:
|
|
- linux
|