mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 11:15:32 +02:00
Run tests in CI environment
Currently tests only run on X11.64 platform. But other platforms can be supported with a bit of effort. Remove default bell sound as it does not play nicely with CI environment that does not have sound card.
This commit is contained in:
parent
8bc3a13adb
commit
b08d218a59
13 changed files with 154 additions and 40 deletions
2
plug.gd
2
plug.gd
|
@ -2,4 +2,4 @@ extends "res://addons/gd-plug/plug.gd"
|
|||
|
||||
|
||||
func _plugging():
|
||||
plug("AlexDarigan/WAT", {commit = "2136a1a440711bfdcc77ec8514d7590274bf6fb6"})
|
||||
plug("bitwes/Gut", {commit = "5627110d9970c20949c1281a937e89d532f55341"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue