Skip to content

Jp6 - dual camera configuration #76

Jp6 - dual camera configuration

Jp6 - dual camera configuration #76

Workflow file for this run

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