mirror of https://github.com/sbt/sbt.git
Resolve Coursier first?
This commit is contained in:
parent
55cd02be03
commit
0e459fc9f3
|
|
@ -26,6 +26,7 @@ matrix:
|
||||||
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
||||||
- unzip /tmp/sbt.zip -d $HOME/sbt
|
- unzip /tmp/sbt.zip -d $HOME/sbt
|
||||||
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
||||||
|
- bin/coursier.bat resolve
|
||||||
script:
|
script:
|
||||||
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin universal:stage integrationTest/test
|
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin universal:stage integrationTest/test
|
||||||
- cd citest
|
- cd citest
|
||||||
|
|
@ -45,6 +46,7 @@ matrix:
|
||||||
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
||||||
- unzip /tmp/sbt.zip -d $HOME/sbt
|
- unzip /tmp/sbt.zip -d $HOME/sbt
|
||||||
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
||||||
|
- bin/coursier resolve
|
||||||
script:
|
script:
|
||||||
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin universal:stage integrationTest/test
|
- sbt -Dsbt.build.version=$SBT_VER universal:packageBin universal:stage integrationTest/test
|
||||||
- cd citest && ./test.sh
|
- cd citest && ./test.sh
|
||||||
|
|
@ -73,6 +75,7 @@ install:
|
||||||
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
- curl https://piccolo.link/sbt-$SBT_VER.zip -L --output /tmp/sbt.zip
|
||||||
- unzip /tmp/sbt.zip -d $HOME/sbt
|
- unzip /tmp/sbt.zip -d $HOME/sbt
|
||||||
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
- export PATH="$HOME/sbt/sbt/bin:$PATH"
|
||||||
|
- bin/coursier resolve
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue