From 0423c3088a5cd654edcc590b4d0569d1d5c8e4f1 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Wed, 28 Sep 2022 20:32:34 -0700 Subject: [PATCH] Don't run tests on Unix --- scripts/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cibuild.sh b/scripts/cibuild.sh index a266573..a161681 100755 --- a/scripts/cibuild.sh +++ b/scripts/cibuild.sh @@ -8,4 +8,4 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli done ScriptRoot="$( cd -P "$( dirname "$SOURCE" )" && pwd )" -. "$ScriptRoot/build.sh" --ci "$@" +. "$ScriptRoot/build.sh" --restore --build --pack "$@"