Skip to content

Commit

Permalink
ci: Make build folder available to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Dec 17, 2024
1 parent 7135a61 commit b9a181c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-with-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Build Plugin with Unreal Automation Tool in image ${{ matrix.UE_IMAGE }}
continue-on-error: true
run: |
mkdir build
chmod 777 build
chmod 777 tmp
docker run --rm -v "$(pwd):/mnt/source" ghcr.io/epicgames/unreal-engine:${{ matrix.UE_IMAGE }} sh -c "/home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -TargetPlatforms="Linux" -Plugin="/mnt/source/${SDK_NAME}/${SDK_NAME}.uplugin" -Package="/mnt/source/build" -Rocket -enablecodeanalysis" 2>&1 | tee tmp/logs/UAT.log
- name: Expose log as artifact
Expand Down

0 comments on commit b9a181c

Please sign in to comment.