forked from github/esp8266-geigercounter
7 lines
96 B
YAML
7 lines
96 B
YAML
sudo: false
|
|
language: cpp
|
|
compiler:
|
|
- g++
|
|
script: cd tests && make && make test
|
|
os:
|
|
- linux
|