Skip to content

squash! MSM8916: drm/panel: Generate using linux-mdss-dsi-panel-drive… #13

squash! MSM8916: drm/panel: Generate using linux-mdss-dsi-panel-drive…

squash! MSM8916: drm/panel: Generate using linux-mdss-dsi-panel-drive… #13

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [arm64, arm]
compiler: [gcc, clang]
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v3
- uses: jirutka/setup-alpine@v1
- name: Prepare build environment
run: ./.ci-prepare.sh ${{ matrix.compiler }}
shell: alpine.sh --root {0}
- name: Build
run: ./.ci-build.sh
shell: alpine.sh {0}