mirror of
https://git.collinwebdesigns.de/vgpu/gridd-unlock-patcher.git
synced 2025-12-22 05:20:00 +00:00
refactorings
This commit is contained in:
@@ -4,9 +4,14 @@ cache:
|
||||
|
||||
build:
|
||||
image: gcc:14.2-bookworm # ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
changes: [ src/**/* ]
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install cmake -y -qq
|
||||
- cd src
|
||||
script:
|
||||
- cmake .
|
||||
- make
|
||||
@@ -23,6 +28,7 @@ deploy:
|
||||
before_script:
|
||||
- apt-get update -qq
|
||||
- apt-get install curl -y -qq
|
||||
- cd src
|
||||
script:
|
||||
- 'curl --location --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file gridd-unlock-patcher "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/gridd-unlock-patcher/${CI_COMMIT_TAG}/gridd-unlock-patcher"'
|
||||
|
||||
|
||||
@@ -2,3 +2,6 @@
|
||||
|
||||
> [!note] Credits
|
||||
> This code is build by `electricsheep49`
|
||||
|
||||
Currently only Linux-Guests are supported,
|
||||
see**[Releases](https://git.collinwebdesigns.de/oscar.krause/gridd-unlock-patcher/-/releases)**.
|
||||
|
||||
Reference in New Issue
Block a user