0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 05:10:47 -05:00
build/.gitea/workflows/build.yaml

42 lines
985 B
YAML
Raw Normal View History

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 16:35:27 -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 17:02:33 -05:00
image: refringe/spt-build-environment:1.0.5
2024-02-29 21:25:58 -05:00
steps:
2024-03-01 18:53:08 -05:00
2024-03-01 16:35:27 -05:00
- name: Server Cache
id: server-cache
uses: actions/cache@v4
with:
2024-03-01 17:36:40 -05:00
path: /workspace/refringe/Build/server
2024-03-01 16:35:27 -05:00
key: server-${{ gitea.sha }}
restore-keys: server-
2024-03-01 16:35:27 -05:00
- name: Clone Server
2024-03-01 17:36:40 -05:00
if: steps.server-cache.outputs.cache-hit != 'true'
run: git clone https://dev.sp-tarkov.com/SPT-AKI/Server.git --branch 3.8.0-BE --depth 1 /workspace/refringe/Build/server
2024-03-01 16:35:27 -05:00
- name: Pull Server LFS Files
2024-03-01 17:36:40 -05:00
if: steps.server-cache.outputs.cache-hit != 'true'
2024-03-01 16:35:27 -05:00
run: |
2024-03-01 17:36:40 -05:00
cd /workspace/refringe/Build/server
2024-03-01 16:35:27 -05:00
git lfs pull && git lfs ls-files
2024-03-01 18:53:08 -05:00
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.10.0'
# find build type
# npm install
# npm build:type