From d50b7fc10c47dede6b49522266c268c66304a389 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sun, 4 Aug 2024 01:49:38 -0700 Subject: [PATCH] ci scripts test --- ci_scripts/ci_post_clone.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ci_scripts/ci_post_clone.sh diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh new file mode 100755 index 0000000..c52d920 --- /dev/null +++ b/ci_scripts/ci_post_clone.sh @@ -0,0 +1,5 @@ +#!/bin/zsh +set -e + +brew install cmake +cmake -B xcode-main