forked from external/yambar
ci: also build release branches
This commit is contained in:
parent
bd44e82eca
commit
cad9dd8efd
1 changed files with 16 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
pipeline:
|
||||
codespell:
|
||||
when: { branch: master }
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add python3
|
||||
|
@ -9,7 +12,10 @@ pipeline:
|
|||
- codespell README.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
||||
subprojects:
|
||||
when: { branch: master }
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add git
|
||||
|
@ -19,7 +25,10 @@ pipeline:
|
|||
- cd ..
|
||||
|
||||
x64:
|
||||
when: { branch: master }
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
group: build
|
||||
image: alpine:latest
|
||||
commands:
|
||||
|
@ -74,7 +83,10 @@ pipeline:
|
|||
- cd ../..
|
||||
|
||||
x86:
|
||||
when: { branch: master }
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- releases/*
|
||||
group: build
|
||||
image: i386/alpine:latest
|
||||
commands:
|
||||
|
|
Loading…
Add table
Reference in a new issue