Sha256: 7eb291adb2b6feafa7035c694aafe1302aab9862a0609cf7e1ad000540cb42f3

Contents?: true

Size: 207 Bytes

Versions: 2

Compression:

Stored size: 207 Bytes

Contents

#!/bin/bash

cd /home/ubuntu/msgpack-ruby
git remote add onetime $MSGPACK_REPO
git checkout master
git pull onetime $BUILD_BRANCH
git reset --hard $BUILD_POSITION
bundle install
bundle rake cross native gem

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
msgpack-0.6.0pre1-x64-mingw32 cross-build.sh
msgpack-0.6.0pre1-x86-mingw32 cross-build.sh