mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-28 11:51:08 -04:00
More touchups to CI bits
This commit is contained in:
13
.travis.yml
13
.travis.yml
@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user