ci: wwise project
This commit is contained in:
parent
0aea87dcea
commit
c1cbe82bcd
@ -25,6 +25,12 @@ jobs:
|
|||||||
cd ${{env.SML_DIR}}
|
cd ${{env.SML_DIR}}
|
||||||
if ((Test-Path ${{env.SML_DIR}}/Plugins/Wwise) -eq $true){ echo "WWise already Installed Skipping.."; exit 0 }
|
if ((Test-Path ${{env.SML_DIR}}/Plugins/Wwise) -eq $true){ echo "WWise already Installed Skipping.."; exit 0 }
|
||||||
S:/SF/Scripts/wwise-cli.exe integrate-ue --integration-version "2022.1.5.2714" --project "${{env.SML_DIR}}/FactoryGame.uproject"
|
S:/SF/Scripts/wwise-cli.exe integrate-ue --integration-version "2022.1.5.2714" --project "${{env.SML_DIR}}/FactoryGame.uproject"
|
||||||
|
- name: Pull WWise Project
|
||||||
|
run: |
|
||||||
|
cd ${{env.SML_DIR}}/SML_WwiseProject
|
||||||
|
git fetch --all
|
||||||
|
git reset --hard origin/main
|
||||||
|
copy-item ${{env.SML_DIR}}/SML_WwiseProject/SML-DEV_WwiseProject.wproj ${{env.SML_DIR}}/SML_WwiseProject/SML_WwiseProject.wproj -force
|
||||||
- name: "SML Headers"
|
- name: "SML Headers"
|
||||||
run: |
|
run: |
|
||||||
cd S:/SF/Scripts/sml-fixer
|
cd S:/SF/Scripts/sml-fixer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user