Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaisvil committed Feb 27, 2025
1 parent 574bc7b commit d3c343f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Build with Nvidia
run: cargo build --verbose --features nvidia
- name: Run tests
run: cargo test --verbose
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ jobs:
fail-fast: false
matrix:
platform:
- os-name: Linux-x86_64
- os-name: Linux-x86_64-musl
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-musl

- os-name: Linux-x86_64
- os-name: Linux-x86_64-gnu
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-gnu

- os-name: Linux-x86_64-nvidia
- os-name: Linux-x86_64-gnu-nvidia
runs-on: ubuntu-22.04
target: x86_64-unknown-linux-gnu
features: --features nvidia

- os-name: Linux-aarch64
- os-name: Linux-aarch64-musl
runs-on: ubuntu-22.04
target: aarch64-unknown-linux-musl

- os-name: Linux-aarch64
runs-on: ubuntu-22.04
- os-name: Linux-aarch64-gnu
runs-on: ubuntu-24.04
target: aarch64-unknown-linux-gnu

- os-name: macOS-x86_64
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: zenith
target: ${{ matrix.platform.target }}
archive-name: zenith-${{ matrix.platform.os-name }}

0 comments on commit d3c343f

Please sign in to comment.