Skip to content

Commit

Permalink
build: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Jan 4, 2025
1 parent 4b6a3fe commit 2795996
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src-build/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
set -eux -o pipefail

clojure -T:build clean
HYPERFIDDLE_ELECTRIC_BUILD=`git describe --tags --long --always --dirty`
HYPERFIDDLE_ELECTRIC_BUILD="v3-alpha-SNAPSHOT"
clojure -T:build jar :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'
clojure -T:build install :version '"'$HYPERFIDDLE_ELECTRIC_BUILD'"'

0 comments on commit 2795996

Please sign in to comment.