mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-25 22:21:17 +10:00
fix target
This commit is contained in:
@ -7,9 +7,17 @@ build:
|
|||||||
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm
|
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
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:
|
script:
|
||||||
- rustup toolchain install stable-${TARGET}
|
- rustup target add $TARGET
|
||||||
|
- cargo install $PACKAGES
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install yarnpkg -y
|
- apt-get install yarnpkg -y
|
||||||
- yarnpkg
|
- yarnpkg
|
||||||
|
|||||||
Reference in New Issue
Block a user