Skip to content

JP6 - Dual camera configuration support #87

JP6 - Dual camera configuration support

JP6 - Dual camera configuration support #87

Workflow file for this run

name: Build JP 5.1.2
on:
push:
branches:
- master
- dev
pull_request:
branches: ['**']
permissions: read-all
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: setup workspace
run: yes | ./setup_workspace.sh 5.1.2
- name: apply patches
run: git config --global user.email "[email protected]" && git config --global user.name "builder" && ./apply_patches.sh apply 5.1.2
- name: build
run: ./build_all.sh 5.1.2