forked from solanolabs/SalesforceMobileSDK-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtddium.yml
More file actions
61 lines (61 loc) · 2.04 KB
/
tddium.yml
File metadata and controls
61 lines (61 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
61
:environment:
'DEVICE_OS_VERSION': 'android-17'
:hooks:
:pre_setup: './pre_setup.sh'
:worker_setup: './worker_setup.sh'
:cache:
:key_paths:
- pre_setup.sh
:save_paths:
- HOME/android-sdk-linux
:java:
:java_version: java-7-openjdk
:timeout_hook: 1200
:timeout: 1800
:tests: # All are queued to run in parallel
- ". android-settings.sh && ./tools/sdk.sh -v -b ContactExplorer"
- ". android-settings.sh && ./tools/sdk.sh -v -b VFConnector"
- ". android-settings.sh && ./tools/sdk.sh -v -b SmartStore -b SmartStoreExplorer"
- ". android-settings.sh && ./tools/sdk.sh -v -b AccountEditor"
- ". android-settings.sh && ./tools/sdk.sh -v -b HybridFileExplorer"
- ". android-settings.sh && ./tools/sdk.sh -v -b SimpleSync"
- ". android-settings.sh && ./tools/sdk.sh -v -b UserList"
- ". android-settings.sh && ./tools/sdk.sh -v -b NativeSqlAggregator"
- type: junit
command: "./with-emulator.sh ./tools/sdk.sh -v -b SalesforceSDKTest -t SalesforceSDKTest"
output: exit-status
invocation: single
mode: basic
report_files:
- "**/junit-reports/**.xml"
- type: junit
command: "./with-emulator.sh ./tools/sdk.sh -v -b RestExplorer -b RestExplorerTest -t RestExplorerTest"
output: exit-status
invocation: single
mode: basic
report_files:
- "**/junit-reports/**.xml"
- type: junit
command: "./with-emulator.sh ./tools/sdk.sh -v -b TemplateApp -b TemplateAppTest -t TemplateAppTest"
output: exit-status
invocation: single
mode: basic
report_files:
- "**/junit-reports/**.xml"
- type: junit
command: "./with-emulator.sh ./tools/sdk.sh -v -b SmartStore -b SmartStoreTest -t SmartStoreTest"
output: exit-status
invocation: single
mode: basic
report_files:
- "**/junit-reports/**.xml"
- type: junit
command: "./with-emulator.sh ./tools/sdk.sh -v -b ForcePluginsTest -t ForcePluginsTest"
output: exit-status
invocation: single
mode: basic
report_files:
- "**/junit-reports/**.xml"
:collect:
:repo:
- native/SampleApps/FileExplorer/bin