add comment to help with opencv installation

This commit is contained in:
Paul Zabelin
2018-02-28 23:51:27 -08:00
parent e538870d66
commit 91fd8d0fda
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ script:
- set -o pipefail && xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme 'OpenCV Tests' | xcpretty -f `xcpretty-travis-formatter`
- set -o pipefail && xcodebuild test -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -destination 'platform=iOS Simulator,name=iPhone X' | xcpretty -f `xcpretty-travis-formatter`
after_success:
- bundle exec slather coverage -x
- bash <(curl -s 'https://codecov.io/bash') -Z -J '^PerspectiveTransform$'
before_deploy:
- brew update
@@ -36,4 +35,3 @@ deploy:
file: PerspectiveTransform.framework.zip
on:
tags: true

View File

@@ -1,3 +1,5 @@
// OpenCV needs to be installed
// brew install opencv
#import <opencv2/opencv.hpp>
#import "OpenCVWrapper.h"