From cc72b204b2bfcf720d6520783290c3fd30a01ea2 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 28 Dec 2019 12:53:37 +0100 Subject: Output the binaries into a per-configuration Server subfolder. (#4440) Make links to the original Server subfolder's items from the per-configuration Server subfolder. --- CIbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CIbuild.sh') diff --git a/CIbuild.sh b/CIbuild.sh index 9f2145624..b4163f0a8 100755 --- a/CIbuild.sh +++ b/CIbuild.sh @@ -24,7 +24,7 @@ echo "Testing..." cd Server/; touch apiCheckFailed.flag if [ "$TRAVIS_CUBERITE_BUILD_TYPE" != "COVERAGE" ]; then - ${CUBERITE_PATH} <<- EOF + ./Cuberite <<- EOF load APIDump apicheck restart -- cgit v1.2.3