forked from ky1ejs/osx-box-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrise_profile
30 lines (27 loc) · 1.07 KB
/
bitrise_profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# for debug
export DOT_BITRISE_PROFILE_LOADED=1
export BITRISE_OSX_STACK_REV_ID=v2020_01_22_2
# Bitrise Environment Variables
export BITRISE_SOURCE_DIR="${HOME}/git"
export BITRISE_STEP_DIR="${HOME}/stepdir"
export BITRISE_DEPLOY_DIR="${HOME}/deploy"
export BITRISE_LIBRARY_DIR="${HOME}/Library/MobileDevice/Provisioning Profiles"
export BITRISE_PROFILE_DIR="${HOME}/profiles"
export BITRISE_SYM_ROOT="${HOME}/build"
export BITRISE_OBJ_ROOT="${HOME}/bin"
export BITRISE_KEYCHAIN="bitrise.keychain"
#
export BITRISE_KEYCHAIN_PASSWORD="vagrant"
#
export BITRISE_FOLDER_PATH="${HOME}/bitrise"
export BITRISE_STEP_DATA_FOLDER_PATH="${BITRISE_FOLDER_PATH}/stepdata"
export BITRISE_STEP_FORMATTED_OUTPUT_FILE_PATH="${BITRISE_STEP_DATA_FOLDER_PATH}/stepoutput"
## Tools
export BITRISE_TOOLS_FOLDER_PATH="${BITRISE_FOLDER_PATH}/tools"
export BITRISE_TOOLS_CMD_BRIDGE_PATH="/usr/local/bin/cmd-bridge"
# -> add cmd-bridge to PATH
export PATH="$PATH:${BITRISE_TOOLS_FOLDER_PATH}/cmd-bridge/bin/osx"
# Continuous Integration
export CI=true
export BITRISE_IO=true
# keep a newline at the end of this file