mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
apppveyor: activated gui build
This commit is contained in:
+6
-6
@@ -34,7 +34,7 @@ install:
|
|||||||
- ECHO "Installed OpenCV:"
|
- ECHO "Installed OpenCV:"
|
||||||
- ps: "ls \"C:/Program Files/opencv/build\""
|
- ps: "ls \"C:/Program Files/opencv/build\""
|
||||||
- set PATH=%PATH%;C:\Program Files\opencv\build\x64\vc14\bin
|
- set PATH=%PATH%;C:\Program Files\opencv\build\x64\vc14\bin
|
||||||
# PCL (the zip file is the NSIS PCL-1.8.1-AllInOne-msvc2015-win64.exe installer but without embedded Openni2 installer that cannot be silent here)
|
# PCL (including QVTK)
|
||||||
- ps: wget 'https://dl.dropboxusercontent.com/s/atf4r8kb1xyc1ls/PCL%201.8.1.exe?dl=0' -outfile PCL_1.8.1.exe
|
- ps: wget 'https://dl.dropboxusercontent.com/s/atf4r8kb1xyc1ls/PCL%201.8.1.exe?dl=0' -outfile PCL_1.8.1.exe
|
||||||
- cmd: PCL_1.8.1.exe -o"C:\Program Files" -y
|
- cmd: PCL_1.8.1.exe -o"C:\Program Files" -y
|
||||||
- ECHO "Installed PCL:"
|
- ECHO "Installed PCL:"
|
||||||
@@ -51,13 +51,13 @@ before_build:
|
|||||||
- cd c:\projects\rtabmap\build
|
- cd c:\projects\rtabmap\build
|
||||||
- ECHO %PROGRAMFILES%
|
- ECHO %PROGRAMFILES%
|
||||||
- ECHO %PATH%
|
- ECHO %PATH%
|
||||||
- cmake -G "Visual Studio 14 2015 Win64" -DWITH_QT=OFF -DOpenCV_DIR="C:\Program Files\opencv\build" -DPCL_DIR="C:\Program Files\PCL 1.8.1\cmake" -DZLIB_ROOT="C:\Program Files\zlib" ..
|
- cmake -G "Visual Studio 14 2015 Win64" -DOpenCV_DIR="C:\Program Files\opencv\build" -DPCL_DIR="C:\Program Files\PCL 1.8.1\cmake" -DZLIB_ROOT="C:\Program Files\zlib" ..
|
||||||
|
|
||||||
#after_build :
|
after_build :
|
||||||
# - cmake --build . --config Release --target package
|
- cmake --build . --config Release --target package
|
||||||
|
|
||||||
#artifacts:
|
artifacts:
|
||||||
# - path: c:\projects\rtabmap\build\RTABMap-*
|
- path: c:\projects\rtabmap\build\RTABMap-*
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
- provider: Email
|
- provider: Email
|
||||||
|
|||||||
Reference in New Issue
Block a user