mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
8 lines
165 B
YAML
8 lines
165 B
YAML
services:
|
|
- docker
|
|
|
|
install:
|
|
- docker pull barichello/godot-ci
|
|
|
|
script:
|
|
- docker run -v $(pwd):/src barichello/godot-ci godot --path /src -s addons/gut/gut_cmdln.gd
|