Update main.yml #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: [ dev ] | |
pull_request: | |
branches: [ dev ] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Setup Unreal Engine environment | |
run: .\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -project="unbread.uproject" -noP4 -platform=Win64 -clientconfig=Development -cook -build -stage -archive -archivedirectory=".\Output" | |
- name: Check if project is good to merge | |
run: .\Engine\Build\BatchFiles\RunUAT.bat RunAutomationTests -project="unbread.uproject" |