Skip to content

Commit

Permalink
python testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent b1ab9e0 commit 4e44af0
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 @@ -10,13 +10,15 @@ jobs:
timeoutInMinutes: 360
steps:
- script: |
echo "current directory:" `pwd`
mkdir build
cd build
cmake .. \
-G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo\
-DBUILD_PLUGIN_PYTHON=ON \
-DBUILD_PLUGIN_CPD=ON \
-DCMAKE_INSTALL_PREFIX=`pwd` \
-DBUILD_PLUGIN_GREYHOUND=ON \
-DBUILD_PLUGIN_I3S=ON \
-DBUILD_PLUGIN_NITF=ON \
Expand All @@ -43,7 +45,6 @@ jobs:
export PDAL_TEST_DIR=`pwd`/test
cd build
ninja install
cd /
# Python extension testing
#
pip3 install packaging cython
Expand Down

0 comments on commit 4e44af0

Please sign in to comment.