i hope the GH CI has static linking
This commit is contained in:
parent
96ed622734
commit
dea692a14b
19
.github/workflows/c-cpp.yml
vendored
Normal file
19
.github/workflows/c-cpp.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user