build4all
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 40s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 59s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 1m24s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Failing after 1m25s

This commit is contained in:
Chance 2025-04-20 20:50:44 -04:00
parent 3746b1d2c0
commit 09a73be2fb
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -67,6 +67,7 @@ jobs:
toolchain: stable
components: rust-src
override: true
- name: 🦀 Install Vulkan tools
run: |
apt update
@ -77,7 +78,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --release
args: --release --all
build:
name: 🏗️ Build ${{ matrix.target }}
@ -89,7 +90,7 @@ jobs:
target:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- x86_64-pc-windows-msvc
# - x86_64-pc-windows-msvc
include:
- target: x86_64-unknown-linux-gnu
binary_name: zenyx-x86_64-linux
@ -97,9 +98,9 @@ jobs:
- target: aarch64-unknown-linux-gnu
binary_name: zenyx-aarch64-linux
ext: ""
- target: x86_64-pc-windows-msvc
binary_name: zenyx-x86_64-windows-msvc.exe
ext: ".exe"
# - target: x86_64-pc-windows-msvc
# binary_name: zenyx-x86_64-windows-msvc.exe
# ext: ".exe"
steps:
- name: 📥 Checkout source
@ -138,7 +139,7 @@ jobs:
cargo-
- name: 🚀 Build release binary
- uses: https://github.com/actions-rs/cargo@v1
uses: https://github.com/actions-rs/cargo@v1
with:
command: zigbuild
args: --target ${{ matrix.target }} --release