Files
HH3master_test/.pio/libdeps/esp32-s3-devkitc-1/PubSubClient/.travis.yml

8 lines
96 B
YAML
Raw Normal View History

2025-06-18 09:21:10 +08:00
sudo: false
language: cpp
compiler:
- g++
script: cd tests && make && make test
os:
- linux