Skip to content

datasource_sniffle_ble: filter packets that fail CRC validation #123

datasource_sniffle_ble: filter packets that fail CRC validation

datasource_sniffle_ble: filter packets that fail CRC validation #123

name: Ubuntu All Build Test
on: [push, pull_request]
jobs:
ubuntu-all-build-test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
-
name: List added files
run: git --no-pager diff --name-only "$(git rev-parse --verify origin/master 2> /dev/null)" HEAD
-
name: Builder
env:
WORKSPACE: ${{ github.workspace }}
run: |
docker run -v "/var/run/docker.sock":"/var/run/docker.sock" \
--entrypoint /all-build.sh \
-v ${WORKSPACE}:/github/workspace \
ghcr.io/kismetwireless/kismet/build-ubuntu-noble-amd64:latest