-
Notifications
You must be signed in to change notification settings - Fork 877
Expand file tree
/
Copy pathincluded_paths_test.yml
More file actions
51 lines (51 loc) · 1.05 KB
/
included_paths_test.yml
File metadata and controls
51 lines (51 loc) · 1.05 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
include: recursive_test/recursive_test.yml
configFiles:
IncludedConfig: config
projectReferences:
ProjX: { path: ../TestProject/Project.xcodeproj }
targets:
IncludedTarget:
type: application
platform: tvOS
configFiles:
Config: config
sources:
- simplesource
- path: source
excludes: [file]
dependencies:
- framework: Framework
info:
path: info
entitlements:
path: entitlements
preBuildScripts:
- path: preBuildScript
postCompileScripts:
- path: postCompileScript
postBuildScripts:
- path: postBuildScript
scheme:
testPlans:
- path: TestPlan.xctestplan
aggregateTargets:
IncludedAggregateTarget:
targets:
- IncludedTarget
- AnotherProject/ExternalTarget
configFiles:
Config: config
buildScripts:
- path: buildScript
targetTemplates:
Template1:
sources:
- template_source
schemes:
Scheme:
build:
targets:
NewTarget: all
test:
testPlans:
- path: TestPlan.xctestplan