Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Mar 26, 2018
1 parent 9a5b2e6 commit f576ecb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -154,9 +154,6 @@ configure_file(${pdal_features_hpp_in} ${pdal_features_hpp})
# subdirectory controls
#------------------------------------------------------------------------------

# PDAL_TARGET_OBJECTS is used to collect the driver object libraries
set(PDAL_TARGET_OBJECTS "")

if (WITH_TESTS)
enable_testing()
endif()
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -66,7 +66,7 @@ test_script:
- call %OSGEO4W_ROOT%\bin\py3_env.bat
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- set PATH=%PATH%;C:\Program Files (x86)\MSBuild\14.0\Bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\7-Zip;C:\Program Files\Microsoft Windows Performance Toolkit\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Tools\GitVersion;C:\Program Files (x86)\CMake\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\AppVeyor\BuildAgent\
- ctest -V --output-on-failure -C Release
- ctest -V --output-on-failure -C RelWithDebInfo

artifacts:
- path: pdal-$(APPVEYOR_REPO_COMMIT).tar.bz2
Expand Down

0 comments on commit f576ecb

Please sign in to comment.