I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 16e886ca authored by LoveIsGrief's avatar LoveIsGrief
Browse files

CI: quiet down wget

parent f68abc41
No related branches found
No related tags found
1 merge request!21CI: add job to run tests with ant
...@@ -36,14 +36,14 @@ test:ant: ...@@ -36,14 +36,14 @@ test:ant:
- apt-get update -q - apt-get update -q
- apt-get install -y wget ant libmockito-java libhamcrest-java default-jdk-headless - apt-get install -y wget ant libmockito-java libhamcrest-java default-jdk-headless
# Install specific version of scala # Install specific version of scala
- wget -O scala.deb "${SCALA}" - wget -qO scala.deb "${SCALA}"
- dpkg -i scala.deb - dpkg -i scala.deb
# link to the scala libs with the name `ant test` expects # link to the scala libs with the name `ant test` expects
- cd /usr/share/scala/lib/ - cd /usr/share/scala/lib/
- ln -s scala-xml_2.12-1.0.6.jar scala-xml.jar - ln -s scala-xml_2.12-1.0.6.jar scala-xml.jar
# Download required scala libs # Download required scala libs
- wget -O scalactic.jar "${LIB_SCALACTIC}" - wget -qO scalactic.jar "${LIB_SCALACTIC}"
- wget -O scalatest.jar "${LIB_SCALATEST}" - wget -qO scalatest.jar "${LIB_SCALATEST}"
# Point ant to the right directories # Point ant to the right directories
- echo " - echo "
scalatest.libs=/usr/share/scala/lib scalatest.libs=/usr/share/scala/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment