updated appveyor.yml

This commit is contained in:
matlabbe
2017-11-03 21:10:24 -04:00
parent 41d4ee20b0
commit 204b3e1159
+2 -2
View File
@@ -16,11 +16,11 @@ install:
- set PATH=%PATH%;%QTDIR%\bin
# Openni2
- ps: wget 'https://s3.amazonaws.com/com.occipital.openni/OpenNI-Windows-x64-2.2.0.33.zip' -outfile OpenNI-Windows-x64-2.2.0.33.zip
- ps: Expand-Archive OpenNI-Windows-x64-2.2.0.33.zip -DestinationPath "."
- ps: Expand-Archive OpenNI-Windows-x64-2.2.0.33.zip -DestinationPath .
- ECHO "Installing OpenNI2..."
- ps: "ls OpenNI*"
- nuget restore
- msiexec /i OpenNI-Windows-x64-2.2.msi /quiet /qn /norestart /log install.log
- type install.log
- ECHO "Installed OpenNI2:"
- ps: "ls \"C:/Program Files/OpenNI2\""
# OpenCV