From 76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 8 Mar 2018 17:05:35 -0800 Subject: Build for ScalaJS and Scala Native --- .ci/build | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.ci') diff --git a/.ci/build b/.ci/build index 11f8e4e..a6c6ec0 100755 --- a/.ci/build +++ b/.ci/build @@ -1,7 +1,10 @@ #!/bin/bash set -ev -sbt scalafmtTest +mimaReportBinaryIssues +test +sbt \ + scalafmtTest \ + +sprayJsonDerivationJVM/mimaReportBinaryIssues \ + +test # Automatic publishing for tags that start with `v` if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then @@ -23,5 +26,9 @@ if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_TAG" =~ ^v[0-9].* ]]; then EOF # Publish and release - sbt +publishSigned sonatypeRelease + sbt \ + +sprayJsonDerivationJVM/publishSigned \ + +sprayJsonDerivationJS/publishSigned \ + +sprayJsonDerivationNative/publishSigned \ + sonatypeRelease fi -- cgit v1.2.3