mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +00:00
Added format stage to CI
This commit is contained in:
parent
def7154dfb
commit
d3015162ac
|
@ -1,5 +1,6 @@
|
|||
stages:
|
||||
- build
|
||||
- format
|
||||
|
||||
build-linux:
|
||||
stage: build
|
||||
|
@ -14,3 +15,12 @@ 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
|
||||
|
|
Loading…
Reference in a new issue