From e4751d1714c011385cd4852db01e92d7115d899b Mon Sep 17 00:00:00 2001 From: Boris Buegling Date: Mon, 3 Feb 2025 14:15:34 -0800 Subject: [PATCH] [CI] Add basic entry point script This should allow us to control the specifics of CI testing from within the repo as needed. --- Utilities/swift-ci.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Utilities/swift-ci.sh diff --git a/Utilities/swift-ci.sh b/Utilities/swift-ci.sh new file mode 100755 index 00000000..070569db --- /dev/null +++ b/Utilities/swift-ci.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export SWIFT_CI=1 + +swift test --very-verbose