Skip to content

Commit

Permalink
#493 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 11, 2024
1 parent fdecd8e commit 53357d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions devops/gen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -xeuo pipefail

source ./devops/.env.sh

bash sbtgen.sc --js --native
2 changes: 2 additions & 0 deletions devops/publish-scala.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ source ./devops/.validate-publishing.sh

if [[ "$CI_BRANCH_TAG" =~ ^v.*$ ]] ; then
sbt -batch -no-colors -v \
--java-home "$JAVA_HOME" \
"show credentials" \
"+clean" \
"+test:compile" \
"+publishSigned" \
"sonatypeBundleRelease"
else
sbt -batch -no-colors -v \
--java-home "$JAVA_HOME" \
"show credentials" \
"+clean" \
"+test:compile" \
Expand Down
4 changes: 3 additions & 1 deletion devops/publish-ziodocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ awk '/<!--- docs:start --->/,/<!--- docs:end --->/' README.md >> docs/index.md
sed -i '/<!--- docs:start --->/d' docs/index.md
sed -i '/<!--- docs:end --->/d' docs/index.md

sbt docs/publishToNpm
sbt -batch -no-colors -v \
--java-home "$JAVA_HOME" \
docs/publishToNpm

1 change: 1 addition & 0 deletions devops/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -x
source ./devops/.env.sh

sbt -batch -no-colors -v \
--java-home "$JAVA_HOME" \
"$VERSION_COMMAND clean" \
"$VERSION_COMMAND Test/compile" \
"$VERSION_COMMAND test" \
Expand Down

0 comments on commit 53357d9

Please sign in to comment.