aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/semifold-ci.yaml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-20 13:46:37 +0800
committerGitHub <noreply@github.com>2026-01-20 13:46:37 +0800
commitdc82d07c288b7e949081be49cc9a89cd3f23f8e1 (patch)
tree8f662ab70d7f8ad58357ae65d444306b1ccb564a /.github/workflows/semifold-ci.yaml
parent7338b8627833018a0e3c05c3c4f3cc7fc182e8d2 (diff)
downloadDropOut-dc82d07c288b7e949081be49cc9a89cd3f23f8e1.tar.gz
DropOut-dc82d07c288b7e949081be49cc9a89cd3f23f8e1.zip
chore: Update CI workflow to include dev branch and platforms
Diffstat (limited to '.github/workflows/semifold-ci.yaml')
-rw-r--r--.github/workflows/semifold-ci.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml
index 7938a9d..6f496f0 100644
--- a/.github/workflows/semifold-ci.yaml
+++ b/.github/workflows/semifold-ci.yaml
@@ -1,7 +1,7 @@
name: Semifold CI
on:
push:
- branches: [main]
+ branches: [main, dev]
env:
CARGO_TERM_COLOR: always
@@ -24,10 +24,10 @@ jobs:
name: "Linux x86_64 (GNU)"
target: "x86_64-unknown-linux-gnu"
args: "--target x86_64-unknown-linux-gnu"
- # - platform: "ubuntu-latest"
- # name: "Linux x86_64 (Musl)"
- # target: "x86_64-unknown-linux-musl"
- # args: "--target x86_64-unknown-linux-musl"
+ - platform: "ubuntu-latest"
+ name: "Linux x86_64 (Musl)"
+ target: "x86_64-unknown-linux-musl"
+ args: "--target x86_64-unknown-linux-musl"
- platform: "ubuntu-24.04-arm"
name: "Linux arm64"
target: "aarch64-unknown-linux-gnu"
@@ -46,10 +46,10 @@ jobs:
name: "Windows x86_64 (MSVC)"
target: "x86_64-pc-windows-msvc"
args: "--target x86_64-pc-windows-msvc --bundles nsis"
- # - platform: "windows-latest"
- # name: "Windows x86_64 (GNU)"
- # target: "x86_64-pc-windows-gnu"
- # args: "--target x86_64-pc-windows-gnu --bundles nsis"
+ - platform: "windows-latest"
+ name: "Windows x86_64 (GNU)"
+ target: "x86_64-pc-windows-gnu"
+ args: "--target x86_64-pc-windows-gnu --bundles nsis"
- platform: "windows-11-arm"
name: "Windows arm64"
target: "aarch64-pc-windows-msvc"