9 lines
83 B
Text
9 lines
83 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
gyp --depth . brightray.gyp
|
||
|
xcodebuild
|