mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-14 13:04:20 +01:00
7 lines
96 B
YAML
7 lines
96 B
YAML
sudo: false
|
|
language: cpp
|
|
compiler:
|
|
- g++
|
|
script: cd tests && make && make test
|
|
os:
|
|
- linux
|