Travis fixes (#9)

* updating code for travis-based compile

* Adding files for travis

* quick fix to config file

* updating README

* Update AuctionHouseBot.cpp

Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
This commit is contained in:
Rob
2019-12-20 20:22:43 -07:00
committed by WiZZy
parent 73fb4f6d2c
commit f7ff6fea29
7 changed files with 140 additions and 50 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
MOD_AH_BOT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/" && pwd )"
source $MOD_AH_BOT_ROOT"/conf/conf.sh.dist"
if [ -f $MOD_AH_BOT_ROOT"/conf/conf.sh" ]; then
source $MOD_AH_BOT_ROOT"/conf/conf.sh"
fi