-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
462 changed files
with
20,408 additions
and
10,753 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ metastore_db | |
tour/jars | ||
tour/*.tiff | ||
scoverage-report* | ||
|
||
zz-* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
sudo: false | ||
dist: xenial | ||
language: python | ||
|
||
language: scala | ||
python: | ||
- "3.7" | ||
|
||
cache: | ||
directories: | ||
- $HOME/.ivy2/cache | ||
- $HOME/.sbt/boot | ||
- $HOME/.rf_cache | ||
- $HOME/.cache/coursier | ||
|
||
scala: | ||
- 2.11.11 | ||
|
||
jdk: | ||
- oraclejdk8 | ||
env: | ||
- COURSIER_VERBOSITY=-1 JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- openjdk-8-jdk | ||
- pandoc | ||
- python-pip | ||
|
||
install: | ||
- pip install setuptools | ||
|
||
sbt_args: -no-colors | ||
- pip install rasterio shapely pandas numpy pweave | ||
- wget -O - https://piccolo.link/sbt-1.2.8.tgz | tar xzf - | ||
|
||
script: | ||
- sbt test | ||
- sbt it:test | ||
- sbt/bin/sbt -java-home $JAVA_HOME -batch test | ||
- sbt/bin/sbt -java-home $JAVA_HOME -batch it:test | ||
# - sbt -Dfile.encoding=UTF8 clean coverage test coverageReport | ||
# Tricks to avoid unnecessary cache updates | ||
- find $HOME/.sbt -name "*.lock" | xargs rm | ||
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm | ||
|
||
#after_success: | ||
# - bash <(curl -s https://codecov.io/bash) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.