mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
11 lines
124 B
YAML
11 lines
124 B
YAML
language: c
|
|
sudo: false
|
|
dist: trusty
|
|
install: 'true'
|
|
script:
|
|
- make
|
|
- make install
|
|
- mcrcon -h
|
|
- mcrcon -v
|
|
- make uninstall
|