Update Setting up Build Machines authored by Sebastian Pape's avatar Sebastian Pape
...@@ -13,7 +13,7 @@ shell = "powershell" ...@@ -13,7 +13,7 @@ shell = "powershell"
--- ---
# CentOS Build Machines # CentOS Build Machines 4.21
Setting up a CentOS build machine consists of a few steps: Setting up a CentOS build machine consists of a few steps:
1. Set up the gitlab runner according to the instructions of gitlab. Do not register a runner yet. 1. Set up the gitlab runner according to the instructions of gitlab. Do not register a runner yet.
2. Switch to the Gitlab-Runner user account you have created 2. Switch to the Gitlab-Runner user account you have created
...@@ -45,6 +45,13 @@ cp -r UnrealEngine/ RocketBuild/ ...@@ -45,6 +45,13 @@ cp -r UnrealEngine/ RocketBuild/
--- ---
# CentOS Build Machines 4.22
1. Run the attached `download_and_compile_4_22.sh`
2. Register the gitlab-runner (and following steps) as for 4.21
---
# CentOS Deploy Machines # CentOS Deploy Machines
Setting up a CentOS deploy machine consists of a few steps: Setting up a CentOS deploy machine consists of a few steps:
1. Set up the gitlab runner according to the instructions of gitlab. 1. Set up the gitlab runner according to the instructions of gitlab.
... ...
......