aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/premerge.yml
blob: 42dfa4bdedffb65a4ebd7e850602b01455ace4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: PR build test

on:
  pull_request_target:

jobs:
  build:
    uses: ndechesne/meta-qcom/.github/workflows/premerge-template.yml@master
    with:
      host: ubuntu-20.04
      images: core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image cryptodev-module
      machines: >-
        ['dragonboard-410c', 'qcom-armv8a', 'sdx55-mtp']
    secrets: inherit