Skip to content

Add support for BLE extended advertisements #8

Add support for BLE extended advertisements

Add support for BLE extended advertisements #8

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: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ cmake make ninja-build
sudo apt-get install -y libdbus-1-dev
- name: Run build.sh
run: ./build.sh