projects
/
empserver
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Travis CI configuration
[empserver]
/
.travis.yml
1
# Travis CI configuration
2
language: c
3
# Test with both gcc and clang:
4
compiler:
5
- gcc
6
- clang
7
# How to build:
8
script: ./bootstrap && ./configure && make check