Skip to content

Commit 3e78cdc

Browse files
committed
CI: Add assemble job
1 parent ba8bde2 commit 3e78cdc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ steps:
1111
agents:
1212
queue: "mac-metal"
1313

14+
- label: "Assemble"
15+
command: |
16+
echo "--- 🛠 Building"
17+
./gradlew :WooCommerce:assembleJalapenoDebug
18+
plugins: [ $CI_TOOLKIT ]
19+
artifact_paths:
20+
- "**/build/outputs/apk/**/**/*"
21+
agents:
22+
queue: "mac-metal"
23+
1424
- label: "Instrumented tests (ReviewsUITest)"
1525
command: |
1626
echo "--- 🧪 Testing"

0 commit comments

Comments
 (0)