/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
osx/Scripts/build_helper.sh
10 строк
277 B
Jeremy Stribling
packaging: use the root redirector for macOS and Linux, and move mountpoints (#10805)
08 мар 2018, 00:43
Не верифицирован
08 мар 2018, 00:43
5a89279
Код
Авторство
О чём код?
#!/bin/sh set -e # Fail on error dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) cd $dir xcode_configuration="Release" set -o pipefail && xcodebuild build -scheme keybase.Helper -workspace $dir/../Keybase.xcworkspace -configuration $xcode_configuration | xcpretty -c