0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 02:30:45 -05:00

Updates README

This commit is contained in:
Refringe 2024-03-26 11:09:15 -04:00
parent c243cc3ec5
commit 8cdf9a3ee3
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -6,7 +6,7 @@ This document outlines the Continuous Integration and Continuous Deployment (CI/
TODO: Update for Gitea TODO: Update for Gitea
Each of the three project repositories (`SPT-AKI/Modules`, `SPT-AKI/Server`, `SPT-AKI/Launcher`) requires a `.drone.yml` file configured to trigger a build in this `SPT-AKI/Build` repository using the Drone downstream plugin upon a new tag push (e.g., `v3.8.0`). The contents of the `.drone.yml` file can be found in `project-trigger.yml`. Note that the file must be present and named `.drone.yml` to trigger the build process. ~~Each of the three project repositories (`SPT-AKI/Modules`, `SPT-AKI/Server`, `SPT-AKI/Launcher`) requires a `.drone.yml` file configured to trigger a build in this `SPT-AKI/Build` repository using the Drone downstream plugin upon a new tag push (e.g., `v3.8.0`). The contents of the `.drone.yml` file can be found in `project-trigger.yml`. Note that the file must be present and named `.drone.yml` to trigger the build process.~~
### Build Process ### Build Process
@ -16,16 +16,8 @@ This repository initiates the CI/CD build process by performing the following ac
1. Clones the tagged commits of each repository. 1. Clones the tagged commits of each repository.
1. Builds each project. 1. Builds each project.
1. Combines and compresses the build files into a release file. 1. Combines and compresses the build files into a release file.
1. Copies the release file to a web-accessible location. 1. Copies the release file to web-accessible locations.
1. Release notifications (creates a Gitea release, sends a Discord notification, etc.) 1. Sends release notifications.
## Gitea Runner Configuration
TODO: Update for Gitea
### Run the Runner
TODO: Update for Gitea
## Module Requirements ## Module Requirements