13 lines
182 B
YAML
13 lines
182 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
# Build MCServer
|
|
script: make release=1 -j 2
|
|
|
|
# Notification Settings
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|