mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Update
This commit is contained in:
parent
50079e0838
commit
316b182106
8
.github/workflows/ci-workflow.yml
vendored
8
.github/workflows/ci-workflow.yml
vendored
@ -7,11 +7,13 @@ jobs:
|
|||||||
name: Build and run tests
|
name: Build and run tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- uses: actions/setup-java@v1
|
|
||||||
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Build && Run
|
- name: Build && Run
|
||||||
@ -20,4 +22,4 @@ jobs:
|
|||||||
curl -s ${deployer_url} | bash -s lbd --headless --settings ./test/test.ini
|
curl -s ${deployer_url} | bash -s lbd --headless --settings ./test/test.ini
|
||||||
|
|
||||||
- name: Upload test report
|
- name: Upload test report
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
@ -12,7 +12,6 @@ function M.get_examples()
|
|||||||
code_url = "example/examples/gamepad/gamepad_tester/gamepad_tester.lua",
|
code_url = "example/examples/gamepad/gamepad_tester/gamepad_tester.lua",
|
||||||
widget_class = require("example.examples.gamepad.gamepad_tester.gamepad_tester"),
|
widget_class = require("example.examples.gamepad.gamepad_tester.gamepad_tester"),
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name_id = "ui_example_on_screen_control",
|
name_id = "ui_example_on_screen_control",
|
||||||
information_text_id = "ui_example_on_screen_control_description",
|
information_text_id = "ui_example_on_screen_control_description",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user