]> git.pond.sub.org Git - empserver/blob - .travis.yml
show: Extend show item to show the power value
[empserver] / .travis.yml
1 # Travis CI configuration
2 language: c
3 # Test with both gcc and clang:
4 compiler:
5   - gcc
6   - clang
7 os:
8   - linux
9   - osx
10 # How to build:
11 script: ./bootstrap && ./configure && make check