feat(ci): Allow CI to fail for 5.4
LGI doesn't have a rock compatible with 5.4, yet.
This commit is contained in:
parent
7ea226fa51
commit
b9cda2deba
1 changed files with 12 additions and 8 deletions
|
@ -25,10 +25,12 @@ jobs:
|
||||||
file: repo/.ci/test.yml
|
file: repo/.ci/test.yml
|
||||||
vars:
|
vars:
|
||||||
lua-version: 5.3
|
lua-version: 5.3
|
||||||
- task: run-test-5.4
|
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
|
||||||
file: repo/.ci/test.yml
|
- try:
|
||||||
vars:
|
task: run-test-5.4
|
||||||
lua-version: 5.4
|
file: repo/.ci/test.yml
|
||||||
|
vars:
|
||||||
|
lua-version: 5.4
|
||||||
|
|
||||||
- name: rock
|
- name: rock
|
||||||
plan:
|
plan:
|
||||||
|
@ -47,7 +49,9 @@ jobs:
|
||||||
file: repo/.ci/rock.yml
|
file: repo/.ci/rock.yml
|
||||||
vars:
|
vars:
|
||||||
lua-version: 5.3
|
lua-version: 5.3
|
||||||
- task: run-rock-5.4
|
# There is no rock for 5.4 LGI, yet. And I don't want to build that from source.
|
||||||
file: repo/.ci/rock.yml
|
- try:
|
||||||
vars:
|
task: run-rock-5.4
|
||||||
lua-version: 5.4
|
file: repo/.ci/rock.yml
|
||||||
|
vars:
|
||||||
|
lua-version: 5.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue