WIP: feat(workflows): add new build workflows for Windows, Linux, and macOS, and remove obsolete build scripts #17
@ -14,6 +14,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
# Cache Unreal Engine build artifacts to speed up builds
|
||||||
|
- name: Cache UE build artifacts
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
./Intermediate
|
||||||
|
./DerivedDataCache
|
||||||
|
./Saved/StagedBuilds
|
||||||
|
key: ${{ runner.os }}-ue-build-${{ hashFiles('LuckyWorld.uproject') }}-${{ hashFiles('Config/**/*.ini') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-ue-build-${{ hashFiles('LuckyWorld.uproject') }}-
|
||||||
|
${{ runner.os }}-ue-build-
|
||||||
|
|
||||||
# Setup environment for build
|
# Setup environment for build
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user