i hope the GH CI has static linking

This commit is contained in:
kat 2024-11-06 22:35:41 -05:00 committed by kxtz smith
parent 96ed622734
commit dea692a14b

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

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