More touchups to CI bits

This commit is contained in:
Dan Buch
2016-12-27 11:40:18 -05:00
parent afbed173aa
commit b4a64d21cd

View File

@ -1,10 +1,15 @@
language: c
sudo: false
dist: trusty
cache:
ccache: true
compiler:
- gcc
- clang
install: 'true'
script:
- make
- make install
- mcrcon -h
- mcrcon -v
- make uninstall
- ./mcrcon -h
- ./mcrcon -v
- make install PREFIX="${HOME}"
- make uninstall PREFIX="${HOME}"