http-server.c

Basic HTTP server and router in C
git clone git://git.finwo.net/lib/http-server.c
Log | Files | Refs | README

commit 0615f5d043569fbb22b1cf6ae2693586422ca6df
parent 83d8973c400a96020f327e16083275adb29e81d6
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 21 May 2023 23:28:23 +0200

Added workflow to check build

Diffstat:
A.github/FUNDING.yml | 3+++
A.github/workflows/cc.yml | 18++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# f4d2ed80-57b6-46e6-b245-5049428a931d +github: finwo +liberapay: finwo diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml @@ -0,0 +1,18 @@ +--- + +name: C/C++ CI + +on: [push] + +jobs: + + build: + name: Verify build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: finwo/dep@edge + - run : dep install + - run : make clean + - run : make + # - run : ./benchmark