Sha256: 31096435b93a4c3bba60b6b5602214b0e83b84d250c4cf5bf53f05f1987f6fa2

Contents?: true

Size: 236 Bytes

Versions: 153

Compression:

Stored size: 236 Bytes

Contents

#!/bin/sh


if [ "$RHO_PLATFORM" = "android" ]; then

cd platform/android
rake --trace

elif [ "$RHO_PLATFORM" = "iphone" ]; then

cd platform/iphone
rake --trace

elif [ "$RHO_PLATFORM" = "osx" ]; then

cd platform/qt
rake --trace

fi

Version data entries

153 entries across 25 versions & 3 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/nodejs/ext/build
rho-tau-extensions-7.6.0 libs/crosswalk/ext/build
rhodes-7.6.0 lib/commonAPI/ConnectionChecking/ext/build
rhodes-7.6.0 lib/commonAPI/audiocapture/ext/build
rhodes-7.6.0 lib/extensions/keyboard/ext/build
rhodes-7.6.0 lib/commonAPI/RubyServer/ext/build
rhodes-7.6.0 lib/extensions/decrypt/ext/build
rhodes-7.6.0 lib/commonAPI/devicesecurity/ext/build
rhodes-7.6.0 lib/commonAPI/clipboard/ext/build
rhodes-7.6.0 lib/commonAPI/bluetooth/ext/build
rhodes-7.6.0 lib/commonAPI/smartcradle/ext/build
rhodes-7.6.0 lib/extensions/Development/ext/build
rhodes-7.6.0 lib/extensions/decryptstub/ext/build
rhodes-7.5.1 lib/extensions/keyboard/ext/build
rhodes-7.5.1 lib/extensions/decrypt/ext/build
rhodes-7.5.1 lib/commonAPI/bluetooth/ext/build
rhodes-7.5.1 lib/extensions/Development/ext/build
rhodes-7.5.1 lib/commonAPI/audiocapture/ext/build
rhodes-7.5.1 lib/commonAPI/devicesecurity/ext/build
rhodes-7.5.1 lib/extensions/decryptstub/ext/build