This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
export APK_FILE="$BUDDYBUILD_WORKSPACE/android/app/build/outputs/apk/app-release.apk" | |
echo "Uploading $APK_FILE" | |
export TESTDROID_FILE=`curl -s --user $TESTDROID_API: -F myAppFile=@$APK_FILE http://appium.testdroid.com/upload | node -pe "JSON.parse(require('fs').readFileSync('/dev/stdin').toString()).value.uploads.myAppFile"` | |
echo "Uploaded as $TESTDROID_FILE" | |
npm run functional-test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HG changeset patch | |
# User Nils Wloka <[email protected]> | |
# Date 1541494314 -3600 | |
# Tue Nov 06 09:51:54 2018 +0100 | |
# Node ID 0542e026a190318bd7bdfc1267477b81cc5f3e3d | |
# Parent 29f0c6f1ee55dc29b6ede12d3a8d9e09b349403a | |
Update TinkerForge library version and add new bricklets. | |
diff -r 29f0c6f1ee55 -r 0542e026a190 java-agent/pom.xml | |
--- a/java-agent/pom.xml Wed Oct 03 10:54:28 2018 +0200 |
OlderNewer