diff options
author | Jiri Suchan <yed@vanyli.net> | 2022-06-30 11:14:07 +0900 |
---|---|---|
committer | Jiri Suchan <yed@vanyli.net> | 2022-08-19 20:32:13 +0900 |
commit | 388d35b74d8919b251faae9e24af50476f12b1a2 (patch) | |
tree | 6e984d73605bf3de867722bd88e1ee888a351fea /misc/scripts/pytest_builders.sh | |
parent | b04593c22bd5e88d24f1be19422696e7bde584f6 (diff) | |
download | redot-engine-388d35b74d8919b251faae9e24af50476f12b1a2.tar.gz |
ci: add basic test pipeline for shader builders
Diffstat (limited to 'misc/scripts/pytest_builders.sh')
-rwxr-xr-x | misc/scripts/pytest_builders.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/scripts/pytest_builders.sh b/misc/scripts/pytest_builders.sh new file mode 100755 index 0000000000..eb2ddbcddc --- /dev/null +++ b/misc/scripts/pytest_builders.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -uo pipefail + +echo "Running Python checks for builder system" +pytest ./tests/python_build |