File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
steps :
8
8
- label : " Generate Baseline Profile"
9
+ key : " generate-baseline-profile"
9
10
command : |
10
11
echo "--- :rubygems: Setting up Gems"
11
12
install_gems
@@ -18,3 +19,20 @@ steps:
18
19
plugins : [ $CI_TOOLKIT ]
19
20
artifact_paths :
20
21
- " **/src/vanillaRelease/generated/baselineProfiles/*"
22
+
23
+ - label : " Benchmark Baseline Profile"
24
+ key : " benchmark-baseline-profile"
25
+ depends_on :
26
+ - " generate-baseline-profile"
27
+ command : |
28
+ echo "--- :rubygems: Setting up Gems"
29
+ install_gems
30
+
31
+ echo "--- :closed_lock_with_key: Installing Secrets"
32
+ bundle exec fastlane run configure_apply
33
+
34
+ echo "--- :hammer_and_wrench: Building"
35
+ ./gradlew :baselineprofile:ftlDeviceTokay35VanillaBenchmarkReleaseAndroidTest
36
+ plugins : [ $CI_TOOLKIT ]
37
+ artifact_paths :
38
+ - " **/build/outputs/androidTest-results/managedDevice/benchmarkrelease/flavors/vanilla/**/results/**/artifacts/storage/emulated/0/Android/media/**/*"
You can’t perform that action at this time.
0 commit comments