Skip to content

Commit

Permalink
ci: Make mnt/source/build avaiable to container
Browse files Browse the repository at this point in the history
  • Loading branch information
kirre-bylund committed Dec 16, 2024
1 parent 1173c2f commit 46715fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-with-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- name: Build Plugin with Unreal Automation Tool in image ${{ matrix.UE_IMAGE }}
continue-on-error: true
run: |
mkdir build
chmod 666 build
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 46715fa

Please sign in to comment.