From d439edce70d63d64fc4691f9edeb2c83abdf996f Mon Sep 17 00:00:00 2001 From: David Cernat Date: Wed, 21 Aug 2019 14:46:13 +0300 Subject: [PATCH] [CI] Fix oversight in before_script_linux.sh --- CI/before_script.linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.linux.sh b/CI/before_script.linux.sh index 08c7035f1..9cd762c02 100755 --- a/CI/before_script.linux.sh +++ b/CI/before_script.linux.sh @@ -21,7 +21,7 @@ if [[ "${CC}" =~ "clang" ]]; then export CODE_COVERAGE=0; fi if [[ -z "${BUILD_OPENMW}" ]]; then export BUILD_OPENMW=ON; fi if [[ -z "${BUILD_OPENMW_CS}" ]]; then export BUILD_OPENMW_CS=ON; fi -${ANALYZE} cmake \ +${ANALYZE} cmake .. \ -DBUILD_OPENMW=${BUILD_OPENMW} \ -DBUILD_OPENCS=${BUILD_OPENMW_CS} \ -DBUILD_LAUNCHER=${BUILD_OPENMW_CS} \