Skip to content

Commit

Permalink
LD_LIBRARY_PATH for test running
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 28, 2019
1 parent 5e6f0c3 commit 10a61d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
displayName: 'Test'
- script: |
export PDAL_TEST_DIR=`pwd`/test
export PATH=$PATH:`pwd`/install/bin
export INSTALL_DIR=`pwd`/install
export PATH=$PATH:$INSTALL_DIR/bin
cd build
ls build/lib/*
ninja install
Expand All @@ -54,7 +55,7 @@ jobs:
cd pdal-python
git checkout 2.0.0
python3 setup.py build
python3 setup.py test
LD_LIBRARY_PATH=$INSTALL_DIR/lib python3 setup.py test
displayName: 'Python'
- script: |
for EXAMPLE in writing writing-filter writing-kernel writing-reader writing-writer
Expand Down

0 comments on commit 10a61d4

Please sign in to comment.