mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-05 21:01:27 +08:00
remove depreciate CI
This commit is contained in:
32
.github/workflows/main.yml
vendored
32
.github/workflows/main.yml
vendored
@@ -1,32 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Deploy gh-pages
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: 'recursive'
|
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
- name: install mdbook
|
|
||||||
run: (test -x $HOME/.cargo/bin/mdbook || cargo install mdbook)
|
|
||||||
- name: build and test
|
|
||||||
run: mdbook build
|
|
||||||
- name: publish
|
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'eunomia-bpf'
|
|
||||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
|
||||||
with:
|
|
||||||
branch: gh-pages
|
|
||||||
folder: book
|
|
||||||
5
.github/workflows/test-libbpf.yml
vendored
5
.github/workflows/test-libbpf.yml
vendored
@@ -84,4 +84,7 @@ jobs:
|
|||||||
|
|
||||||
- name: test 44
|
- name: test 44
|
||||||
run: |
|
run: |
|
||||||
make -C src/43-kfuncs
|
make -C src/44-scx-simple
|
||||||
|
- name: test 45
|
||||||
|
run: |
|
||||||
|
make -C src/45-scx-nest
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
|
# eBPF Developer Tutorial: Learning eBPF Step by Step with Examples
|
||||||
|
|
||||||
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml)
|
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/test-libbpf.yml)
|
||||||
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/trigger-sync.yml)
|
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/trigger-sync.yml)
|
||||||
|
|
||||||
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
|
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# eBPF 开发者教程与知识库:eBPF Tutorial by Example
|
# eBPF 开发者教程与知识库:eBPF Tutorial by Example
|
||||||
|
|
||||||
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/main.yml)
|
[](https://github.com/eunomia-bpf/bpf-developer-tutorial/actions/workflows/test-libbpf.yml)
|
||||||
|
|
||||||
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
|
[GitHub](https://github.com/eunomia-bpf/bpf-developer-tutorial)
|
||||||
[Gitee 镜像](https://gitee.com/yunwei37/bpf-developer-tutorial)
|
[Gitee 镜像](https://gitee.com/yunwei37/bpf-developer-tutorial)
|
||||||
|
|||||||
Reference in New Issue
Block a user