mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
More make and CI bits tweaks
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -6,10 +6,15 @@ cache:
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
install: 'true'
|
||||
env:
|
||||
global:
|
||||
- EXTRAFLAGS=
|
||||
- PREFIX="${HOME}"
|
||||
install:
|
||||
- 'true'
|
||||
script:
|
||||
- make
|
||||
- ./mcrcon -h
|
||||
- ./mcrcon -v
|
||||
- make install PREFIX="${HOME}"
|
||||
- make uninstall PREFIX="${HOME}"
|
||||
- make install
|
||||
- make uninstall
|
||||
|
||||
Reference in New Issue
Block a user