2024-02-29 21:44:53 -05:00
|
|
|
name: SPT Release Build
|
2024-02-29 21:25:58 -05:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ main ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ main ]
|
|
|
|
|
|
|
|
jobs:
|
2024-03-01 13:35:05 -05:00
|
|
|
Build Server:
|
2024-02-29 21:25:58 -05:00
|
|
|
runs-on: ubuntu-latest
|
2024-03-01 11:12:38 -05:00
|
|
|
container:
|
2024-03-01 13:27:53 -05:00
|
|
|
image: refringe/spt-build-environment:1.0.3
|
2024-02-29 21:25:58 -05:00
|
|
|
|
|
|
|
steps:
|
2024-03-01 11:12:38 -05:00
|
|
|
- name: Checkout Server Project
|
2024-03-01 13:27:53 -05:00
|
|
|
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/server
|
2024-03-01 13:19:08 -05:00
|
|
|
|
2024-03-01 13:29:16 -05:00
|
|
|
- name: Pull Server LFS Files
|
2024-03-01 13:33:50 -05:00
|
|
|
run: git lfs pull && git lfs ls-files
|
2024-03-01 13:29:16 -05:00
|
|
|
working-directory: /workspace/server
|