Skip to content

Commit

Permalink
Add some build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Aug 31, 2017
1 parent f96e5a3 commit 952d5fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/ci/simple.sh
Expand Up @@ -5,6 +5,8 @@ echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositorie
apk update
apk add \
cmake \
gcc \
g++ \
eigen-dev \
hexer-dev \
nitro-dev \
Expand All @@ -23,3 +25,15 @@ apk add \
sqlite-dev \
postgresql-dev \
curl-dev
gcc --version

cd /pdal

mkdir -p _build || exit 1
cd _build || exit 1

cmake .. \
-DCMAKE_BUILD_TYPE=Release

make

0 comments on commit 952d5fd

Please sign in to comment.