Skip to content

PR #190 from Nir-Az: Cherry pick PR #189 and update version #51

PR #190 from Nir-Az: Cherry pick PR #189 and update version

PR #190 from Nir-Az: Cherry pick PR #189 and update version #51

Workflow file for this run

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