Skip to content

Commit

Permalink
Looser install script for installing from mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Feb 1, 2024
1 parent d186e93 commit 101f1aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

set -e


scripts/run-tests-m1
scripts/compile
clojure -A:dev-mac-m1 -X:codegen
# scripts/run-tests-m1
clj -T:build jar
cp target/classes/META-INF/maven/cnuernber/dtype-next/pom.xml .
clj -X:install

0 comments on commit 101f1aa

Please sign in to comment.