mirror of
https://git.collinwebdesigns.de/vgpu/gridd-unlock-patcher.git
synced 2025-12-22 13:30:00 +00:00
added cmake
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
build:
|
build:
|
||||||
image: gcc:14.2-bookworm
|
image: gcc:14.2-bookworm
|
||||||
before_script:
|
before_script:
|
||||||
- cmake .
|
- apt-get update; apt-get install cmake
|
||||||
script:
|
script:
|
||||||
|
- cmake .
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
|
|||||||
Reference in New Issue
Block a user