added cmake

This commit is contained in:
Oscar Krause
2025-04-11 13:35:20 +02:00
parent 254c64b89a
commit 2d988bbf20

View File

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