Create c-cpp.yml
This commit is contained in:
parent
2c0eb3aff1
commit
cc842efe0b
21
.github/workflows/c-cpp.yml
vendored
Normal file
21
.github/workflows/c-cpp.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user