mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: 'steps' is a list
This commit is contained in:
parent
0dc105d0e4
commit
1c985537ec
1 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
steps:
|
||||
codespell:
|
||||
- name: codespell
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
@ -14,7 +14,7 @@ steps:
|
|||
- codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
- deactivate
|
||||
|
||||
subprojects:
|
||||
- name: subprojects
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
@ -27,7 +27,7 @@ steps:
|
|||
- git clone https://codeberg.org/dnkl/fcft.git
|
||||
- cd ..
|
||||
|
||||
x64:
|
||||
- name: x64
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
@ -84,7 +84,7 @@ steps:
|
|||
- ./footclient --version
|
||||
- cd ../..
|
||||
|
||||
x86:
|
||||
- name: x86
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue