diff options
Diffstat (limited to 'attic/gitlab-ci/linux/test.sh')
-rw-r--r-- | attic/gitlab-ci/linux/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/attic/gitlab-ci/linux/test.sh b/attic/gitlab-ci/linux/test.sh new file mode 100644 index 0000000..0bc8e7c --- /dev/null +++ b/attic/gitlab-ci/linux/test.sh @@ -0,0 +1,8 @@ +#!/bin/sh -e + +cd linux_binaries + +cp ../scripts/linux/sbinit.config . + +./core_tests +./game_tests |