Skip to content

Commit

Permalink
add libgdal to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mattswoon committed Oct 6, 2020
1 parent 636d717 commit acae4d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
steps:
- label: "Test"
command:
- "squirrel restore Cargo.lock target/debug ci.cache.sydney.kinesis.org"
- "cargo test"
- "squirrel cache Cargo.lock target/debug ci.cache.sydney.kinesis.org"
- "bin/test"
plugins:
- docker#v3.2.0:
image: "722349771793.dkr.ecr.ap-southeast-2.amazonaws.com/rust-ci:latest"
Expand Down
6 changes: 6 additions & 0 deletions bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh -eux

apt install libgdal-dev
squirrel restore Cargo.lock target/debug ci.cache.sydney.kinesis.org
cargo test
squirrel cache Cargo.lock target/debug ci.cache.sydney.kinesis.org

0 comments on commit acae4d4

Please sign in to comment.