- Removed any remaining TXT and SQL references from files. - The 'make sql' command is now replaced by 'make server'. - Removed account.engine feature as it is no longer needed. - Moved login and IP ban configs to inter_athena.conf. - Cleaned up cmake files. - Miscellaneous clean ups.
20 lines
243 B
YAML
20 lines
243 B
YAML
language: c
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
before_script:
|
|
- uname -a
|
|
|
|
script:
|
|
- ./configure && make server
|
|
- make clean
|
|
- ./configure --enable-prere && make server
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
branches:
|
|
only:
|
|
- master
|