Skip to content

Commit

Permalink
Travis uses a script, not the Dockerfile, replicate changes for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Mar 3, 2018
1 parent a531b5d commit 6bc2930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/script.sh
Expand Up @@ -2,11 +2,12 @@
# Builds and tests PDAL

echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
echo "@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories; \
apk update
apk add \
cmake \
alpine-sdk \
eigen-dev \
eigen-dev@edgecommunity \
hexer \
hexer-dev \
nitro \
Expand Down

0 comments on commit 6bc2930

Please sign in to comment.