Sha256: cdb03f91ec8765e958d02bae6932b9fa29915111b2ef935e27f94bba4c7f0bf6

Contents?: true

Size: 160 Bytes

Versions: 11

Compression:

Stored size: 160 Bytes

Contents

#!/bin/sh

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

cd iphone
rake --trace

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

cd wp8
rake --trace

else

rake --trace

fi

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
rhodes-5.5.18 lib/extensions/zlib/ext/build
rhodes-5.5.17 lib/extensions/zlib/ext/build
rhodes-5.5.15 lib/extensions/zlib/ext/build
rhodes-5.5.0.22 lib/extensions/zlib/ext/build
rhodes-5.5.2 lib/extensions/zlib/ext/build
rhodes-5.5.0.7 lib/extensions/zlib/ext/build
rhodes-5.5.0.3 lib/extensions/zlib/ext/build
rhodes-5.5.0 lib/extensions/zlib/ext/build
tauplatform-1.0.3 lib/extensions/zlib/ext/build
tauplatform-1.0.2 lib/extensions/zlib/ext/build
tauplatform-1.0.1 lib/extensions/zlib/ext/build