Run tests with GitHub Actions (#1)

This commit is contained in:
Sami Samhuri 2022-02-21 19:42:35 -08:00 committed by GitHub
parent f3d6b44eff
commit 8a74f6a720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

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@v2
- name: make
run: make
- name: make test
run: make test

View file

@ -1,5 +1,7 @@
<p align=center><img src=https://github.com/samsonjs/lake/raw/main/lake.jpg width=640 height=428 alt="Shawnigan Lake"></p>
![example workflow](https://github.com/samsonjs/lake/actions/workflows/c-cpp.yml/badge.svg)
Lake Scheme
===========