mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
yaml syntax
This commit is contained in:
parent
d369dc0f2c
commit
e6e38128bc
@ -135,14 +135,6 @@ workflows:
|
|||||||
when: "<< pipeline.parameters.build-images >>"
|
when: "<< pipeline.parameters.build-images >>"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-server-2022:
|
|
||||||
executor: "windows"
|
|
||||||
steps:
|
|
||||||
- "checkout"
|
|
||||||
|
|
||||||
- "run":
|
|
||||||
<<: *INSTALL_TOX
|
|
||||||
|
|
||||||
codechecks:
|
codechecks:
|
||||||
docker:
|
docker:
|
||||||
- <<: *DOCKERHUB_AUTH
|
- <<: *DOCKERHUB_AUTH
|
||||||
@ -161,6 +153,14 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
~/.local/bin/tox -e codechecks
|
~/.local/bin/tox -e codechecks
|
||||||
|
|
||||||
|
windows-server-2022:
|
||||||
|
executor: "windows"
|
||||||
|
steps:
|
||||||
|
- "checkout"
|
||||||
|
|
||||||
|
- "run":
|
||||||
|
<<: *INSTALL_TOX
|
||||||
|
|
||||||
pyinstaller:
|
pyinstaller:
|
||||||
docker:
|
docker:
|
||||||
- <<: *DOCKERHUB_AUTH
|
- <<: *DOCKERHUB_AUTH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user