Skip to content

Commit 26c2500

Browse files
committed
fixup! ci: add a simple cmake build test
1 parent 6259232 commit 26c2500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ build-cmake:
6969
stage: build
7070
tags:
7171
- docker
72+
before_script:
73+
- apt-get update && apt-get --assume-yes install cmake
7274
script:
7375
- cmake -S . -B build
7476
- cmake --build build

0 commit comments

Comments
 (0)