Skip to content

Commit f060dc5

Browse files
committed
Update REAMDE.md
1 parent 9b85131 commit f060dc5

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313

1414
container:
1515
image: daunnc/pdal-debian:2.0.1
16-
env:
17-
SCALA_VERSION: ${{matrix.scala}}
18-
volumes:
19-
- ~/.ivy2:/root/.ivy2
20-
- ~/.sbt:/root/.sbt
21-
- ~/.cache:/root/.cache
22-
- $PWD:/pdal-java
2316

2417
steps:
2518
- name: Checkout
@@ -45,11 +38,11 @@ jobs:
4538

4639
- name: Test
4740
run: |
48-
./sbt ++$SCALA_VERSION "project core" test
49-
./sbt ++$SCALA_VERSION "project core-scala" test
41+
./sbt ++${{matrix.scala}} "project core" test
42+
./sbt ++${{matrix.scala}} "project core-scala" test
5043
cd examples/pdal-jni
51-
./sbt ++$SCALA_VERSION "runMain com.azavea.Main"
52-
./sbt ++$SCALA_VERSION "runMain com.azavea.MainScala"
44+
./sbt ++${{matrix.scala}} "runMain com.azavea.Main"
45+
./sbt ++${{matrix.scala}} "runMain com.azavea.MainScala"
5346
5447
macos:
5548
runs-on: ${{matrix.os}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDAL Java bindings
22

3-
![PDAL Java CI](https://github.com/PDAL/java/workflows/PDAL%20Java%20CI/badge.svg) [![Join the chat at https://gitter.im/PDAL/PDAL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal/badge.svg)](https://search.maven.org/search?q=g:io.pdal)
3+
[![PDAL Java CI](https://github.com/PDAL/java/workflows/PDAL%20Java%20CI/badge.svg)](https://github.com/PDAL/java/actions) [![Join the chat at https://gitter.im/PDAL/PDAL](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PDAL/PDAL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.pdal/pdal/badge.svg)](https://search.maven.org/search?q=g:io.pdal)
44

55
Java bindings to use PDAL on JVM (supports PDAL >= 2.0).
66
Mac users can experience some issues with bindings that were build against a different PDAL version,

0 commit comments

Comments
 (0)