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

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

CI: Create override properties with echo

parent 16e886ca
No related branches found
No related tags found
1 merge request!21CI: add job to run tests with ant
...@@ -45,12 +45,10 @@ test:ant: ...@@ -45,12 +45,10 @@ test:ant:
- wget -qO scalactic.jar "${LIB_SCALACTIC}" - wget -qO scalactic.jar "${LIB_SCALACTIC}"
- wget -qO 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 > override.properties
scalatest.libs=/usr/share/scala/lib - echo junit.home=/usr/share/java >> override.properties
junit.home=/usr/share/java - echo hamcrest.home=/usr/share/java >> override.properties
hamcrest.home=/usr/share/java - echo mockito.home=/usr/share/java >> override.properties
mockito.home=/usr/share/java
" > override.properties
script: script:
- ant test - ant test
only: only:
......
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