Skip to content

Commit

Permalink
fixup! ci: add a simple cmake build test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbruenn committed Dec 13, 2024
1 parent 6259232 commit 26c2500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ build-cmake:
stage: build
tags:
- docker
before_script:
- apt-get update && apt-get --assume-yes install cmake
script:
- cmake -S . -B build
- cmake --build build
Expand Down

0 comments on commit 26c2500

Please sign in to comment.