Skip to content

Show how to get the signal package #9

Show how to get the signal package

Show how to get the signal package #9

Workflow file for this run

name: C-language CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
# macOS builds are very slow. Disable them for now.
#- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: make WERROR=1 all
- run: ./scripts/test-gen-decode.sh