mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-29 21:32:45 +00:00
Add workflow to check building with makefile
This commit is contained in:
parent
dcad3e2246
commit
8009c4da15
14
.github/workflows/make.yml
vendored
Normal file
14
.github/workflows/make.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user