File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,16 @@ install:
111111 - ECHO "Installed cvsba:"
112112 - ps : " ls \" C:/Program Files/cvsba\" "
113113 - set PATH=%PATH%;C:\Program Files\cvsba\bin
114+ - ps : wget 'https://dl.dropboxusercontent.com/s/22qfvftwj6zq8tj/yaml-cpp_x64_vc14.exe?dl=0' -outfile yaml-cpp.exe
115+ - cmd : cvsba.exe -o"C:\Program Files" -y
116+ - ECHO "Installed yaml-cpp:"
117+ - ps : " ls \" C:/Program Files/yaml-cpp\" "
114118
115119before_build :
116120 - cd c:\projects\rtabmap\build
117121 - ECHO %PROGRAMFILES%
118122 - ECHO %PATH%
119- - cmake -G "Visual Studio 14 2015 Win64" -DOpenCV_DIR="C:\Program Files\opencv\build" -DPCL_DIR="C:\Program Files\PCL\cmake" -DCPUTSDF_DIR="C:\Program Files\cpu_tsdf\share\cpu_tsdf" -Dcvsba_DIR="C:\Program Files\cvsba\lib\cmake" -DBUILD_AS_BUNDLE=ON ..
123+ - cmake -G "Visual Studio 14 2015 Win64" -DOpenCV_DIR="C:\Program Files\opencv\build" -DPCL_DIR="C:\Program Files\PCL\cmake" -DCPUTSDF_DIR="C:\Program Files\cpu_tsdf\share\cpu_tsdf" -Dcvsba_DIR="C:\Program Files\cvsba\lib\cmake" -Dyaml-cpp_DIR="C:\Program Files\yaml-cpp\CMake" - DBUILD_AS_BUNDLE=ON ..
120124
121125after_build :
122126 - cmake --build . --config Release --target package
You can’t perform that action at this time.
0 commit comments