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 language: c
sudo: false sudo: false
dist: trusty dist: trusty
cache:
ccache: true
compiler:
- gcc
- clang
install: 'true' install: 'true'
script: script:
- make - make
- make install - ./mcrcon -h
- mcrcon -h - ./mcrcon -v
- mcrcon -v - make install PREFIX="${HOME}"
- make uninstall - make uninstall PREFIX="${HOME}"