1
Fork 0
lua-libpulse-glib/.ci/pipeline.yml
Lucas Schwiderski b9cda2deba
feat(ci): Allow CI to fail for 5.4
LGI doesn't have a rock compatible with 5.4, yet.
2022-08-14 17:19:29 +02:00

57 lines
1.3 KiB
YAML

---
resources:
- name: repo
type: git
icon: github
source:
uri: https://git.sclu1034.dev/lucas/lua-libpulse-glib
branch: ci
jobs:
- name: test
plan:
- get: repo
trigger: true
- in_parallel:
- task: run-test-5.1
file: repo/.ci/test.yml
vars:
lua-version: 5.1
- task: run-test-5.2
file: repo/.ci/test.yml
vars:
lua-version: 5.2
- task: run-test-5.3
file: repo/.ci/test.yml
vars:
lua-version: 5.3
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
- try:
task: run-test-5.4
file: repo/.ci/test.yml
vars:
lua-version: 5.4
- name: rock
plan:
- get: repo
trigger: true
- in_parallel:
- task: run-rock-5.1
file: repo/.ci/rock.yml
vars:
lua-version: 5.1
- task: run-rock-5.2
file: repo/.ci/rock.yml
vars:
lua-version: 5.2
- task: run-rock-5.3
file: repo/.ci/rock.yml
vars:
lua-version: 5.3
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
- try:
task: run-rock-5.4
file: repo/.ci/rock.yml
vars:
lua-version: 5.4