Commit 54463db1 by Dane Springmeyer

skip 32 bit build (broken atm)

parent b11bea6b
...@@ -30,6 +30,7 @@ npm test ...@@ -30,6 +30,7 @@ npm test
platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/") platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
: '
if [[ $(uname -s) == 'Linux' ]]; then if [[ $(uname -s) == 'Linux' ]]; then
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries # node v0.8 and above provide pre-built 32 bit and 64 bit binaries
# so here we use the 32 bit ones to also test 32 bit builds # so here we use the 32 bit ones to also test 32 bit builds
...@@ -64,3 +65,5 @@ if [[ $(uname -s) == 'Linux' ]]; then ...@@ -64,3 +65,5 @@ if [[ $(uname -s) == 'Linux' ]]; then
npm test npm test
fi fi
fi fi
'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment