mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
maybe fix targets
This commit is contained in:
@ -10,11 +10,11 @@ build:
|
||||
- TARGET:
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-pc-windows-msvc
|
||||
- x86_64-apple-darwin
|
||||
script:
|
||||
- rustup target add $TARGET
|
||||
- cargo install cargo-xwin
|
||||
- apt-get update -y
|
||||
- apt-get install yarnpkg -y
|
||||
- apt-get install yarnpkg clang-tools-14 -y
|
||||
- yarnpkg
|
||||
- yarnpkg build --target $TARGET
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user