added gitlab-ci

This commit is contained in:
Oscar Krause
2025-04-11 13:28:38 +02:00
parent 9eb6d81033
commit 254c64b89a

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
build:
image: gcc:14.2-bookworm
before_script:
- cmake .
script:
- make
artifacts:
untracked: true