scaffold basic testing in CI

This commit is contained in:
Frederik Ring
2021-07-09 08:14:35 +02:00
parent ac3a231d2b
commit 6ce197696a
4 changed files with 24 additions and 19 deletions

View File

5
test/default/test.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -e
echo "all is well"