mirror of
https://github.com/Insality/druid
synced 2025-06-27 02:17:52 +02:00
Add github actions
This commit is contained in:
parent
cecd8c9d5a
commit
92abfb3d73
20
.github/workflows/ci-workflow.yml
vendored
Normal file
20
.github/workflows/ci-workflow.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Run tests
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_and_run:
|
||||
name: Build and run tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
lfs: true
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '13'
|
||||
|
||||
- name: Build && Run
|
||||
run: |
|
||||
deployer_url="https://raw.githubusercontent.com/Insality/defold-deployer/1/deployer.sh"
|
||||
curl -s ${deployer_url} | bash -s lbd --headless --settings ./unit_test.txt
|
9
unit_test.txt
Normal file
9
unit_test.txt
Normal file
@ -0,0 +1,9 @@
|
||||
[bootstrap]
|
||||
main_collection = /example/kenney.collectionc
|
||||
|
||||
[display]
|
||||
height = 256
|
||||
width = 256
|
||||
|
||||
[test]
|
||||
report = 1
|
Loading…
x
Reference in New Issue
Block a user