From c2fd566b182fc5a8d1c8e45a9831f60acf569e15 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 7 Jun 2022 20:53:37 +0200 Subject: [PATCH] build bin --- .cirrus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index cc5ad30e..2a02d05e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,3 +14,9 @@ task: echo "Hello World from macOS!" git submodule init git submodule update + script/install-clojure + script/install-leiningen + script/install-graalvm + export PATH=$GRAALVM_HOME/bin:$PATH + script/uberjar + script/compile