Skip to content

Commit

Permalink
run install in the build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 6, 2018
1 parent e36d104 commit a7d3f42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/appveyor/install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd6

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\

pushd c:\projects\pdal\build

nmake /f Makefile install DESTDIR=C:\projects\pdal\install

popd

pushd c:\projects\pdal\install\osgeo4w64

tar jcvf ..\pdal-%APPVEYOR_REPO_COMMIT%.tar.bz2 .
Expand Down

0 comments on commit a7d3f42

Please sign in to comment.