Skip to content

Commit

Permalink
install into different dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent 4e44af0 commit 1ff947d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_CPD=ON \
-DCMAKE_INSTALL_PREFIX=`pwd` \
-DCMAKE_INSTALL_PREFIX=`pwd`/../install \
-DBUILD_PLUGIN_GREYHOUND=ON \
-DBUILD_PLUGIN_I3S=ON \
-DBUILD_PLUGIN_NITF=ON \
Expand All @@ -44,6 +44,7 @@ jobs:
- script: |
export PDAL_TEST_DIR=`pwd`/test
cd build
ls build/lib/*
ninja install
# Python extension testing
#
Expand Down

0 comments on commit 1ff947d

Please sign in to comment.