File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- sudo : false
21dist : xenial
32language : python
43
@@ -28,11 +27,10 @@ install:
2827 - pip install rasterio shapely pandas numpy pweave
2928 - wget -O - https://piccolo.link/sbt-1.2.8.tgz | tar xzf -
3029
31- script :
32- - sbt/bin/sbt -java-home $JAVA_HOME -batch test
33- - sbt/bin/sbt -java-home $JAVA_HOME -batch it:test
34- # - sbt -Dfile.encoding=UTF8 clean coverage test coverageReport
35- # Tricks to avoid unnecessary cache updates
36- - find $HOME/.sbt -name "*.lock" | xargs rm
37- - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
3830
31+ jobs :
32+ include :
33+ - stage : " Unit Tests"
34+ script : sbt/bin/sbt -java-home $JAVA_HOME -batch test
35+ - stage : " Integration"
36+ script : sbt/bin/sbt -java-home $JAVA_HOME -batch it:test
You can’t perform that action at this time.
0 commit comments