mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-28 10:39:40 +00:00
[CI] Fix oversight in before_script_linux.sh
This commit is contained in:
parent
6fdef4fd0a
commit
d439edce70
1 changed files with 1 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue