1 parent b11bea6 commit 54463dbCopy full SHA for 54463db
1 file changed
scripts/build_against_node.sh
@@ -30,6 +30,7 @@ npm test
30
31
platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
32
33
+: '
34
if [[ $(uname -s) == 'Linux' ]]; then
35
# node v0.8 and above provide pre-built 32 bit and 64 bit binaries
36
# so here we use the 32 bit ones to also test 32 bit builds
@@ -64,3 +65,5 @@ if [[ $(uname -s) == 'Linux' ]]; then
64
65
npm test
66
fi
67
68
+
69
+'
0 commit comments