10 lines
209 B
YAML
10 lines
209 B
YAML
![]() |
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: ./
|