Skip to content

Commit b614347

Browse files
Add: CiCd setup script
Add script to setup environment for CI/CD that will setup the whole project.
1 parent 92a2ebd commit b614347

File tree

14 files changed

+708
-47
lines changed

14 files changed

+708
-47
lines changed

.github/path_filters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build: &build
1818
- kahawai.json
1919
- meson.build
2020
- meson_options.txt
21+
- .github/workflows/ubuntu_build.yml
2122
- VERSION
2223

2324
windows_gtest: &windows_gtest
@@ -75,6 +76,7 @@ msys2_build: &msys2_build
7576

7677
afxdp_build: &afxdp_build
7778
- .github/workflows/afxdp_build.yml
79+
- script/build_ebpf_xdp.sh
7880
- *src
7981
- *build
8082

0 commit comments

Comments
 (0)