fix target

This commit is contained in:
DecDuck
2024-10-07 12:55:20 +11:00
parent e0bd1b368e
commit 31f8b54d9a

View File

@ -7,9 +7,17 @@ build:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm
parallel:
matrix:
- TARGET: [x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc, x86_64-apple-darwin]
- TARGET:
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
PACKAGES:
- ""
- "cargo-xwin"
- ""
script:
- rustup toolchain install stable-${TARGET}
- rustup target add $TARGET
- cargo install $PACKAGES
- apt-get update -y
- apt-get install yarnpkg -y
- yarnpkg