Skip to content

Commit

Permalink
CI/CD: remove local CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 15, 2022
1 parent 1bf027a commit 1fbb42c
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 @@ -61,9 +61,6 @@ 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 1fbb42c

Please sign in to comment.