Skip to content

Commit

Permalink
Update CI for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserNezzari committed Nov 24, 2022
1 parent 3b16b4a commit 1c57ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
ENGINE_PATH: "C:/Program Files/Epic Games/UE_4.27"
ENGINE_UAT_PATH: "$ENGINE_PATH/Engine/Build/BatchFiles/RunUAT.bat"

ENGINE_PATH_UE5: "C:/Program Files/Epic Games/UE_5.0"
ENGINE_PATH_UE5: "C:/Program Files/Epic Games/UE_5.1"
ENGINE_UAT_PATH_UE5: "$ENGINE_PATH_UE5/Engine/Build/BatchFiles/RunUAT.bat"
# this holds the unreal version
UNREAL_ENGINE_BUILD_VERSION_FILE: "$ENGINE_PATH/Engine/Build/Build.version"
Expand Down Expand Up @@ -112,7 +112,7 @@ build:build-project:
- echo $process.ExitCode
- if (-not ($process.ExitCode -eq 0)) { exit $process.ExitCode }

- echo "Unreal 5.0 build complete."
- echo "Unreal 5.1 build complete."


after_script:
Expand Down Expand Up @@ -212,4 +212,4 @@ build:build-project:
- "./$PROJECT_NAME.log"
- "./build/"
when: always
expire_in: 2 weeks
expire_in: 2 weeks

0 comments on commit 1c57ebc

Please sign in to comment.