mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 11:21:07 -04:00
21 lines
232 B
YAML
21 lines
232 B
YAML
language: c
|
|
sudo: false
|
|
dist: trusty
|
|
cache:
|
|
ccache: true
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
env:
|
|
global:
|
|
- EXTRAFLAGS='-v'
|
|
- PREFIX="${HOME}"
|
|
install:
|
|
- 'true'
|
|
script:
|
|
- make
|
|
- ./mcrcon -h
|
|
- ./mcrcon -v
|
|
- make install
|
|
- make uninstall
|