mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 07:50:48 -05:00
Add build step for Launcher project
This commit is contained in:
parent
83e5a2ba2d
commit
22545f26e6
@ -223,3 +223,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -rf /workspace/refringe/Build/launcher
|
rm -rf /workspace/refringe/Build/launcher
|
||||||
git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch 3.8.0-BE-Test --depth 1 /workspace/refringe/Build/launcher
|
git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch 3.8.0-BE-Test --depth 1 /workspace/refringe/Build/launcher
|
||||||
|
|
||||||
|
- name: Build Launcher
|
||||||
|
run: |
|
||||||
|
cd /workspace/refringe/Build/launcher/project
|
||||||
|
dotnet build
|
||||||
|
printf "\nBuilt!\n\n"
|
||||||
|
tree /workspace/refringe/Build/launcher/project
|
||||||
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user