Skip to content

azhestov/devops-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup CI pipeline in GitHub for demo UE5 project (FPS game template).

  1. At each commit to main branch it compiles the editor libraries: "%UE_ROOT%\Engine\Build\BatchFiles\Build.bat" DevopsTestEditor Win64 Development -project=%cd%\DevopsTest.uproject
  2. Each night it packages the project with this command: "%UE_ROOT%\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project=%cd%\DevopsTest.uproject -noP4 -platform=Win64 -clientconfig=Development -build -cook -stage -pak -archive -archivedirectory=$(Build.StagingDirectory)
  3. (Optionally) After step 2 it compresses the result and uploads it to Build Artifacts UE_ROOT points to the engine instalation directory.

About

StoryMode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.9%
  • C# 5.7%
  • C 0.4%