forked from glpi-project/ios-inventory-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
35 lines (35 loc) · 886 Bytes
/
circle.yml
File metadata and controls
35 lines (35 loc) · 886 Bytes
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
31
32
33
34
35
machine:
environment:
APPNAME: FlyveMDMInventory
XCODE_SCHEME: FlyveMDMInventory
XCODE_PROJECT: FlyveMDMInventory.xcodeproj
SCRIPT_PATH: ./ci/scripts
GITHUB_REPO_SLUG: flyve-mdm/flyve-mdm-ios-inventory
xcode:
version: 9.0
checkout:
post:
- git tag | xargs git tag -d
- git fetch origin --tags
- git tag
dependencies:
pre:
- source "${SCRIPT_PATH}/bundler_config.sh"
override:
- source "${SCRIPT_PATH}/install.sh"
test:
pre:
- source "${SCRIPT_PATH}/fastlane_config.sh"
- source "${SCRIPT_PATH}/git_config.sh"
override:
- source "${SCRIPT_PATH}/test.sh"
deployment:
deploy_develop:
branch: develop
commands:
- source "${SCRIPT_PATH}/deploy_develop.sh"
deploy_master:
branch: master
commands:
- source "${SCRIPT_PATH}/deploy_master.sh"
- source "${SCRIPT_PATH}/pod_trunk_push.sh"