66 executors :
77 default :
88 docker :
9- - image : s22s/miniconda- gdal:latest
9+ - image : s22s/circleci-openjdk-conda- gdal:b8e30ee
1010 working_directory : ~/repo
1111 environment :
12- SBT_VERSION : 1.3.8
13- SBT_OPTS : -Xmx768m
12+ SBT_OPTS : " -Xms64m -Xmx1536m -Djava.awt.headless=true -Dsun.io.serialization.extendedDebugInfo=true"
1413 commands :
1514 setup :
1615 description : Setup for sbt build
2423 steps :
2524 - run :
2625 name : " Compile Scala via sbt"
27- command : |-
28- sbt -v -batch compile test:compile it:compile
26+ command : sbt -v -batch compile test:compile it:compile
2927
3028 python :
3129 commands :
6058 mkdir -p /tmp/core_dumps
6159 ls -lh /tmp
6260 cp core.* *.hs /tmp/core_dumps 2> /dev/null || true
61+ cp core/* /tmp/core_dumps/ 2> /dev/null || true
6362 cp -r /tmp/hsperfdata* /tmp/*.hprof /tmp/core_dumps 2> /dev/null || true
6463 when : on_fail
6564
@@ -125,24 +124,23 @@ jobs:
125124
126125 - run :
127126 name : " Scala Tests: core"
128- command : sbt -batch core/test
127+ command : sbt -v - batch core/test
129128
130129 - run :
131130 name : " Scala Tests: datasource"
132- command : sbt -batch datasource/test
131+ command : sbt -v - batch datasource/test
133132
134133 - run :
135134 name : " Scala Tests: experimental"
136- command : sbt -batch experimental/test
135+ command : sbt -v - batch experimental/test
137136
138137 - run :
139138 name : " Create PyRasterFrames package"
140- command : |-
141- sbt -v -batch pyrasterframes/package
139+ command : sbt -v -batch pyrasterframes/package
142140
143141 - run :
144142 name : " Python Tests"
145- command : sbt -batch pyrasterframes/test
143+ command : sbt -v - batch pyrasterframes/test
146144
147145 - rasterframes/save-artifacts
148146 - rasterframes/save-cache
@@ -249,4 +247,4 @@ workflows:
249247 - test
250248 - it
251249 - it-no-gdal
252- - docs
250+ - docs
0 commit comments