mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-25 15:03:34 +00:00
send help
This commit is contained in:
parent
5637bb6052
commit
329cd9d646
|
@ -4,7 +4,7 @@ environment:
|
|||
global:
|
||||
PROJECT_NAME: doukutsu-rs
|
||||
matrix:
|
||||
- channel: stable
|
||||
- channel: nightly
|
||||
target: x86_64-pc-windows-msvc
|
||||
target_name: win64
|
||||
job_name: windows-x64
|
||||
|
@ -13,8 +13,8 @@ environment:
|
|||
# target: i686-pc-windows-msvc
|
||||
# target_name: win32
|
||||
# job_name: windows-x32
|
||||
- channel: stable
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: nightly
|
||||
target: x86_64-apple-darwin
|
||||
target_name: macos
|
||||
job_name: mac-x64
|
||||
appveyor_build_worker_image: macos
|
||||
|
@ -60,7 +60,7 @@ for:
|
|||
- appveyor_build_worker_image: macos
|
||||
|
||||
install:
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -yv --default-toolchain $channel --default-host $target
|
||||
- export PATH=$PATH:$HOME/.cargo/bin
|
||||
- rustup update
|
||||
- rustup default $channel
|
||||
|
|
Loading…
Reference in a new issue