1
Fork 0
lua-libpulse-glib/.ci/pipeline.yml

68 lines
1.5 KiB
YAML

---
resources:
- name: repo
type: git
icon: github
source:
uri: https://git.sclu1034.dev/lucas/lua-libpulse-glib
branch: master
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
- name: doc
plan:
- get: repo
trigger: true
- task: deploy-docs
file: repo/.ci/deploy-docs.yml
vars:
doc-host: ((doc-host))
deploy-user: ((deploy-user))
deploy-password: ((deploy-password))