apppveyor: activated gui build

This commit is contained in:
matlabbe
2017-11-04 01:38:16 -04:00
parent c001ff763a
commit 5dadcf3862
+6 -6
View File
@@ -34,7 +34,7 @@ install:
- ECHO "Installed OpenCV:"
- ps: "ls \"C:/Program Files/opencv/build\""
- 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
- cmd: PCL_1.8.1.exe -o"C:\Program Files" -y
- ECHO "Installed PCL:"
@@ -51,13 +51,13 @@ before_build:
- cd c:\projects\rtabmap\build
- ECHO %PROGRAMFILES%
- 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 :
# - cmake --build . --config Release --target package
after_build :
- cmake --build . --config Release --target package
#artifacts:
# - path: c:\projects\rtabmap\build\RTABMap-*
artifacts:
- path: c:\projects\rtabmap\build\RTABMap-*
notifications:
- provider: Email