fscarmen【Sing-box 全家桶】
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
test/.github/workflows/boringtun.yml

22 lines
517 B

name: Cross compile BoringTun
on:
workflow_dispatch:
jobs:
BoringTun:
name: Rust project
runs-on: ubuntu-latest
steps:
- name: Check code
uses: actions/checkout@v2
- name: Git clone BoringTun
run: |
git clone https://github.com/cloudflare/boringtun .
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --bin boringtun --all-features