Skip to content

Commit

Permalink
Add CI job for arp target
Browse files Browse the repository at this point in the history
Code change is meant for building arp target as well for any change in meta-bistro.

Signed-off-by: Sapan Das <[email protected]>
  • Loading branch information
SKumarDas authored and TSAnsari committed Jun 28, 2018
1 parent 00bf594 commit a1c2b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ parallel (
'intel': { buildBistro("intel", "core-image-pelux-minimal") },
'intel-qtauto': { buildBistro("intel-qtauto", "core-image-pelux-qtauto-neptune") },
'rpi': { buildBistro("rpi", "core-image-pelux-minimal") },
'rpi-qtauto': { buildBistro("rpi-qtauto", "core-image-pelux-qtauto-neptune") }
'rpi-qtauto': { buildBistro("rpi-qtauto", "core-image-pelux-qtauto-neptune") },
'arp': { buildBistro("arp", "core-image-pelux-minimal") },
'arp-qtauto': { buildBistro("arp-qtauto", "core-image-pelux-qtauto-neptune") }
)

0 comments on commit a1c2b85

Please sign in to comment.