Skip to content

Commit

Permalink
More conda cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 4, 2020
1 parent d67b83e commit 486aa2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/azp/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,29 @@ jobs:
-DWITH_TESTS=ON
displayName: 'CMake'
- script: |
. /opt/conda/etc/profile.d/conda.sh
conda activate pdal
cd build
ninja
displayName: 'Build'
- script: |
. /opt/conda/etc/profile.d/conda.sh
conda activate pdal
cd build
ctest -V
displayName: 'Test'
- script: |
. /opt/conda/etc/profile.d/conda.sh
conda activate pdal
export PDAL_TEST_DIR=`pwd`/test
export INSTALL_DIR=`pwd`/install
export PATH=$PATH:$INSTALL_DIR/bin
cd build
ls build/lib/*
ninja install
- script: |
. /opt/conda/etc/profile.d/conda.sh
conda activate pdal
export BASE=`pwd`
for EXAMPLE in writing writing-filter writing-kernel writing-reader writing-writer
do
Expand Down

0 comments on commit 486aa2a

Please sign in to comment.