Start to run scripted tests for sbt-lm-coursier

This commit is contained in:
Alexandre Archambault 2018-11-20 11:48:19 +01:00
parent ecee7fab99
commit d63e328665
64 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ environment:
build_script:
- ps: Start-Job -filepath .\metadata\scripts\start-it-auth-server.ps1 -ArgumentList $pwd\metadata, $env:TEST_REPOSITORY_HOST, $env:TEST_REPOSITORY_PORT, $env:TEST_REPOSITORY_USER, $env:TEST_REPOSITORY_PASSWORD
test_script:
- sbt ++2.12.7 sbt-coursier/scripted sbt-shading/scripted
- sbt ++2.12.7 "sbt-lm-coursier/scripted shared-1/*" "sbt-lm-coursier/scripted shared-2/*" sbt-coursier/scripted sbt-shading/scripted
branches:
only:
- master

View File

@ -20,7 +20,10 @@ sbtShading() {
}
runLmCoursierTests() {
sbt ++$TRAVIS_SCALA_VERSION lm-coursier/test
./metadata/scripts/with-test-repo.sh sbt \
++$TRAVIS_SCALA_VERSION \
lm-coursier/test \
"sbt-lm-coursier/scripted shared-1/* shared-2/*"
}
runSbtCoursierTests() {