Add test build.yaml
This commit is contained in:
parent
d76ec5675f
commit
c264a6e692
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build.yaml
Normal file
10
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: https://github.com/abarichello/godot-ci@master
|
||||
with:
|
||||
GODOT_VERSION: 3.0.2
|
||||
EXPORT_NAME: test
|
||||
PROJECT_PATH: ./
|
Reference in a new issue