Skip to content
Snippets Groups Projects
Commit d3015162 authored by niansa's avatar niansa
Browse files

Added format stage to CI

parent def7154d
No related branches found
No related tags found
No related merge requests found
stages: stages:
- build - build
- format
build-linux: build-linux:
stage: build stage: build
...@@ -14,3 +15,12 @@ build-linux: ...@@ -14,3 +15,12 @@ build-linux:
artifacts: artifacts:
paths: paths:
- artifacts/* - artifacts/*
clang-format:
stage: format
image: suyuemu/cibuild:latest
resource_group: linux-ci
variables:
RELEASE_NAME: mainline
script:
- bash .ci/scripts/format/script.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment