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
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:
parent
3746b1d2c0
commit
09a73be2fb
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue