Skip to content

Commit

Permalink
CI/CD: configure local CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 15, 2022
1 parent 657fa61 commit feb6471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ test:default:
stage: test
needs: ["build:default"]
script:
- mkdir build
- cmake -S . -B build/ -DSYSTEMD_IFINDEX=1 -DENABLE_BUILD_TESTS=ON -DCMAKE_C_COMPILER=clang
- cmake --build build/
- cd build
- ctest -V
artifacts:
Expand Down

0 comments on commit feb6471

Please sign in to comment.