Skip to content

Merge pull request #55 from MashdorDev/LevelTest #16

Merge pull request #55 from MashdorDev/LevelTest

Merge pull request #55 from MashdorDev/LevelTest #16

Workflow file for this run

name: UE5 Build and Test Workflow
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
build-and-test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build and Cook Unreal Engine project
run: cmd.exe /C '"D:\Program Files\EpicGames\UE_5.3\Engine\Build\BatchFiles\RunUAT.bat" -project="D:\Dor\Projects\unbread\unbread.uproject" -noP4 -platform=Win64 -clientconfig=Release -cook -build -stage -archive -archivedirectory=".\Output"'