Create c-cpp.yml

This commit is contained in:
William Bell
2024-05-07 21:37:18 +01:00
committed by GitHub
parent 0da90ae0c1
commit a162b938f7

19
.github/workflows/c-cpp.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make