Sha256: 0f1d8c0336e81c8602ea333fc7dfdae6dcf10e76405583a884b4ec8d479262a7

Contents?: true

Size: 239 Bytes

Versions: 17

Compression:

Stored size: 239 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

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/commonAPI/logCapture/ext/build
rhodes-7.5.1 lib/commonAPI/logCapture/ext/build
rhodes-7.4.1 lib/commonAPI/logCapture/ext/build
rhodes-7.1.17 lib/commonAPI/logCapture/ext/build
rhodes-6.2.0 lib/commonAPI/logCapture/ext/build
rhodes-6.0.11 lib/commonAPI/logCapture/ext/build
rhodes-5.5.18 lib/commonAPI/logCapture/ext/build
rhodes-5.5.17 lib/commonAPI/logCapture/ext/build
rhodes-5.5.15 lib/commonAPI/logCapture/ext/build
rhodes-5.5.0.22 lib/commonAPI/logCapture/ext/build
rhodes-5.5.2 lib/commonAPI/logCapture/ext/build
rhodes-5.5.0.7 lib/commonAPI/logCapture/ext/build
rhodes-5.5.0.3 lib/commonAPI/logCapture/ext/build
rhodes-5.5.0 lib/commonAPI/logCapture/ext/build
tauplatform-1.0.3 lib/commonAPI/logCapture/ext/build
tauplatform-1.0.2 lib/commonAPI/logCapture/ext/build
tauplatform-1.0.1 lib/commonAPI/logCapture/ext/build