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