Skip to content

Commit

Permalink
OpenCV local upload iOS 11.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ruslo committed Oct 20, 2017
1 parent 18192ee commit a669715
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash -e

set -x

[ "${GITHUB_USER_PASSWORD}" = "" ] && { echo "GITHUB_USER_PASSWORD is not set"; exit 1; }

export GITHUB_USER_PASSWORD

THIS_SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`

cd "${THIS_SCRIPT_DIR}/../../.."

# {
export TOOLCHAIN=ios-nocodesign-11-0-arm64-dep-9-0-device-libcxx-hid-sections
PROJECT_DIR=examples/OpenCV ./jenkins.py --clear-except-download --upload
# }

0 comments on commit a669715

Please sign in to comment.