Skip to content

Commit 07a4edf

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitlab-ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,11 @@ build-cmake:
7474
script:
7575
- cmake -S . -B build
7676
- cmake --build build
77-
- cmake -S ./example -B example/build
78-
- cmake --build example/build
7977
artifacts:
8078
when: always
8179
paths:
8280
- AdsLib/**/*.h
8381
- build/
84-
- example/build/
8582

8683
build-linux-clang:
8784
extends: .build-meson-docker

0 commit comments

Comments
 (0)