diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 22:23:54 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-13 22:23:54 +0100 |
| commit | 2ba20db0c88d4a41eb081c019558982567fa5a87 (patch) | |
| tree | bd4c496c5873117af219b7866cf8a1c04979e95b /.github/workflows/gdbscript | |
| parent | 26c5f188f8bbbb27c25ba453f6aae4decf0370c9 (diff) | |
ci: add tests run via xvfb
Diffstat (limited to '.github/workflows/gdbscript')
| -rw-r--r-- | .github/workflows/gdbscript | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/gdbscript b/.github/workflows/gdbscript new file mode 100644 index 00000000..6daff621 --- /dev/null +++ b/.github/workflows/gdbscript @@ -0,0 +1,8 @@ +#!/usr/bin/env false + +run +if $_isvoid ($_exitsignal) + quit $_exitcode +end +bt +quit 1 |
