Skip to content

Commit

Permalink
OpenCV local iOS upload: ios-nocodesign-9-3-wo-armv7s toolchain
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ruslo committed Oct 17, 2017
1 parent f0cb100 commit 0343174
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-9-3-wo-armv7s
PROJECT_DIR=examples/OpenCV ./jenkins.py --clear-except-download --upload
# }

0 comments on commit 0343174

Please sign in to comment.