Skip to content

Commit

Permalink
fixup! 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 26c2500 commit 07a4edf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,11 @@ build-cmake:
script:
- cmake -S . -B build
- cmake --build build
- cmake -S ./example -B example/build
- cmake --build example/build
artifacts:
when: always
paths:
- AdsLib/**/*.h
- build/
- example/build/

build-linux-clang:
extends: .build-meson-docker
Expand Down

0 comments on commit 07a4edf

Please sign in to comment.