Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 15, 2021
1 parent 5dc7d0a commit 643361e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/conda/compile.sh
Expand Up @@ -16,6 +16,8 @@ if grep -q "macos" <<< "$PDAL_PLATFORM"; then
fi

export PKG_CONFIG_PATH=$CONDA_PREFIX/lib64/pkgconfig
conda install -c conda-forge pkg-config draco
pkg-config draco --libs
conda build recipe --clobber-file recipe/recipe_clobber.yaml --output-folder packages -m ".ci_support/${CI_PLAT}_64_.yaml"
conda create -y -n test -c ./packages python=3.8 pdal
conda deactivate
Expand Down

0 comments on commit 643361e

Please sign in to comment.