Skip to content

Commit

Permalink
Change CI build stage to build:default
Browse files Browse the repository at this point in the history
  • Loading branch information
zinccyy committed Dec 14, 2022
1 parent 10c167e commit f19e463
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ before_script:
- pip3 install libyang
- pip3 install Jinja2

build:
build:default:
stage: build

script:
# build interfaces plugin
- mkdir build
- cmake -DSYSTEMD_IFINDEX=1 -DCMAKE_C_COMPILER=clang -S . -B build/
- cmake --build build/

artifacts:
paths:
- build/
- build/

0 comments on commit f19e463

Please sign in to comment.