rabbitizer/.github/workflows/make.yml

15 lines
236 B
YAML
Raw Normal View History

name: C/C++ CI
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make WERROR=1