Skip to content
Snippets Groups Projects
Commit 0928a1e6 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Edit shared_scripts.yml

parent b309eb98
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ variables:
- echo -e "\e[33mWARNING The Unreal Engine version on the runner does not match your project version.\nProject version:\t${ASSOCIATION}\nRunner version:\t\t${UNREAL_VERSION}\e[m"
- fi
- EXIT_CODE=0
- (${UE_ENGINE_FOLDER}/Build/BatchFiles/RunUAT.sh BuildCookRun -project="${CI_PROJECT_DIR}/${PROJECT_NAME}.uproject" -WaitMutex -nop4 -targetplatform=Linux -clientconfig=${CLIENT_CONFIG} -cook -allmaps -build -stage -pak -iterate -utf8output -archive -archivedirectory="${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}" -installed -package ${EXTRA_ARGS}) || EXIT_CODE=$?
- (${UE_ENGINE_FOLDER}/Build/BatchFiles/RunUAT.sh BuildCookRun -project="${CI_PROJECT_DIR}/${PROJECT_NAME}.uproject" -WaitMutex -nop4 -targetplatform=Linux -clientconfig=${CLIENT_CONFIG} -cook -allmaps -build -stage -pak -iterate -utf8output -nocompile -nocompileeditor -archive -archivedirectory="${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}" -installed -package ${EXTRA_ARGS}) || EXIT_CODE=$?
# Copy build logs
- mkdir -p "${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}/BuildLogs/"
- cp -R "${ADDITIONAL_LOGS}/"* "${CI_PROJECT_DIR}/Release/${CI_PROJECT_NAME}/BuildLogs/" || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment