Created
June 23, 2014 22:41
-
-
Save ktoso/20734faee522ad9a556a to your computer and use it in GitHub Desktop.
Build all the things that touch akka-persistence
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sbt shell <<HERE | |
project akka-docs | |
test | |
sphinx:generateHtml | |
project akka-sample-persistence-java | |
test | |
project akka-sample-persistence-scala | |
test | |
project akka-persistence-experimental | |
test | |
mimaReportBinaryIssues | |
publishM2 | |
exit | |
HERE | |
cd akka-samples/akka-sample-persistence-java-lambda | |
mvn clean test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment