mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 17:30:44 -05:00
Got to a point where the server and modules are being compiled correctly. Launcher script needs... something. It's failing to build and I don't know why. TODO: - Fix Launcher Build Script - Combine sub-builds into output directory - Compress output directory - Upload release to public folder - Adapt build script to work with a dynamic tag value - Update script to only run _any_ builds when the tag exists in all three - Write drone configuration version of the dockerfile/script - Testing within the Drone env
20 lines
325 B
YAML
20 lines
325 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: trigger-spt-build
|
|
|
|
trigger:
|
|
event:
|
|
- tag
|
|
|
|
steps:
|
|
- name: trigger-build-check
|
|
image: plugins/downstream
|
|
settings:
|
|
repositories:
|
|
- SPT-AKI/Build
|
|
server: https://drone.sp-tarkov.com
|
|
token:
|
|
from_secret: gitea_token
|
|
when:
|
|
event: tag
|