Skip to content

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation #3

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation

Close #28: Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation #3

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
submodules: true
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Run build.sh
run: ./build.sh