From dea692a14bf2e1f87ef7f1977c875842b5ffd0dd Mon Sep 17 00:00:00 2001 From: kat <116377025+kxtzownsu@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:35:41 -0500 Subject: [PATCH] i hope the GH CI has static linking --- .github/workflows/c-cpp.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/c-cpp.yml diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..0efb3bd --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -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