|
|
@@ -1,6 +1,15 @@
|
|
|
stages:
|
|
|
- - build
|
|
|
- format
|
|
|
+ - build
|
|
|
+
|
|
|
+clang-format:
|
|
|
+ stage: format
|
|
|
+ image: suyuemu/cibuild:latest
|
|
|
+ resource_group: linux-ci
|
|
|
+ variables:
|
|
|
+ RELEASE_NAME: mainline
|
|
|
+ script:
|
|
|
+ - bash .ci/scripts/format/script.sh
|
|
|
|
|
|
build-linux:
|
|
|
stage: build
|
|
|
@@ -15,12 +24,3 @@ build-linux:
|
|
|
artifacts:
|
|
|
paths:
|
|
|
- artifacts/*
|
|
|
-
|
|
|
-clang-format:
|
|
|
- stage: format
|
|
|
- image: suyuemu/cibuild:latest
|
|
|
- resource_group: linux-ci
|
|
|
- variables:
|
|
|
- RELEASE_NAME: mainline
|
|
|
- script:
|
|
|
- - bash .ci/scripts/format/script.sh
|