Godot
Godot can be run from command line.This means that some tasks can be easily executed from Gaucho.
note
These examples assume Godot is installed and accesible to you env, in some cases it may not be available or it may exists with a different name (eg. godot3)
Run scene#
name
Run Scenecommand
godot Scenes/Main.tscnpath
~/Godot/my-projectRun tests using Gut#
If you have tests using Gut, you can run them directly in Gaucho.
name
Run Tests (Gut)command
godot --no-window -s addons/gut/gut_cmdln.gd -d -gdir=res://Tests -glog=1 -gexit -gprefix= -gsuffix=Test.gd -ginclude_subdirspath
~/Godot/my-project