Attempt to fix Mono weekly in travis (once again)

This commit is contained in:
JustArchi
2016-08-27 09:34:08 +02:00
parent d06fbda6d6
commit 2a61ecb681
7 changed files with 97 additions and 1 deletions

4
run.sh
View File

@@ -31,6 +31,10 @@ fi
cd "$(dirname "$(readlink -f "$0")")"
if [[ -f "mono_envsetup.sh" ]]; then
source "mono_envsetup.sh"
fi
BINARY="ArchiSteamFarm/bin/$BUILD/ArchiSteamFarm.exe"
if [[ ! -f "$BINARY" ]]; then