Create cpp.yml

This commit is contained in:
Nathan Singer 2024-01-22 13:58:24 -05:00 committed by GitHub
parent 21812d18f2
commit 2599319222
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/workflows/cpp.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make