Create c-cpp.yml

This commit is contained in:
Shav Kinderlehrer 2023-04-20 13:35:55 -04:00 committed by GitHub
parent 2c0eb3aff1
commit cc842efe0b

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

@ -0,0 +1,21 @@
name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: prep
run: make prep
- name: make
run: make
- name: test
run: ./build/lat -V