Fetch test web server jars before sbt starts

Possible lock issues when trying to fetch the server and sbt at the same
time.
This commit is contained in:
Alexandre Archambault 2019-03-06 12:00:33 +01:00
parent def85e3ddc
commit dcd0461801
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ environment:
TEST_REPOSITORY_PASSWORD: pass
TEST_REPOSITORY: http://localhost:8080
build_script:
- cmd: .\metadata\coursier fetch io.get-coursier:http-server_2.12:1.0.0
- 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-lm-coursier/scripted shared-2/simple" sbt-coursier/scripted sbt-shading/scripted

@ -1 +1 @@
Subproject commit a0752761c58fddd917f8b0c4bc8e69c8111ea606
Subproject commit eb8d9e382fe9640dd4bea86ecf5d4ba99c8995a0