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:
image: gcc:14.2-bookworm
before_script:
- cmake .
- apt-get update; apt-get install cmake
script:
- cmake .
- make
artifacts:
untracked: true