refactorings

This commit is contained in:
Oscar Krause
2025-04-11 20:19:58 +02:00
parent 5ab2e0db11
commit c8cd51a9f5
7 changed files with 9 additions and 0 deletions

View File

@@ -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"'

View File

@@ -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)**.