Update .appveyor.yml

This commit is contained in:
matlabbe
2017-11-03 22:14:37 -04:00
committed by GitHub
parent 5dadcf3862
commit 8a14e6ccb4
+2 -2
View File
@@ -57,7 +57,7 @@ after_build :
- cmake --build . --config Release --target package - cmake --build . --config Release --target package
artifacts: artifacts:
- path: c:\projects\rtabmap\build\RTABMap-* - path: build\RTABMap-*
notifications: notifications:
- provider: Email - provider: Email
@@ -65,4 +65,4 @@ notifications:
- matlabbe@email.com - matlabbe@email.com
on_build_success: false on_build_success: false
on_build_failure: false on_build_failure: false
on_build_status_changed: true on_build_status_changed: true