Skip to content

Commit

Permalink
swing again at conda. hope it dies before it strangles me
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 24, 2018
1 parent faeab7b commit 0a571ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appveyor/config.cmd
@@ -1,7 +1,7 @@
@echo off

SET PDAL_INSTALL_PREFIX="C:/projects/pdal/install"
SET PDAL_PLUGIN_INSTALL_PATH="C:/projects/pdal/bin"
SET PDAL_PLUGIN_INSTALL_PATH="C:/projects/pdal/build/bin"
SET PDAL_BUILD_TESTS=ON
SET CMAKE_VERBOSE_MAKEFILE=OFF
SET CMAKE_BUILD_TYPE=RelWithDebInfo
Expand Down
5 changes: 5 additions & 0 deletions scripts/appveyor/test.cmd
@@ -1,4 +1,9 @@
pushd build

set CONDA_ROOT="C:\Miniconda3-x64"
SET PDAL_PLUGIN_INSTALL_PATH="C:/projects/pdal/build/bin"
set PATH="%CONDA_ROOT%;%CONDA_ROOT%\scripts;%CONDA_ROOT%\Library\bin;%PATH%;C:\Program Files (x86)\CMake\bin"
call "%CONDA_ROOT%\Scripts\activate.bat" base
ctest -V --output-on-failure

popd

0 comments on commit 0a571ff

Please sign in to comment.