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:
|
global:
|
||||||
PROJECT_NAME: doukutsu-rs
|
PROJECT_NAME: doukutsu-rs
|
||||||
matrix:
|
matrix:
|
||||||
- channel: stable
|
- channel: nightly
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
target_name: win64
|
target_name: win64
|
||||||
job_name: windows-x64
|
job_name: windows-x64
|
||||||
|
@ -13,8 +13,8 @@ environment:
|
||||||
# target: i686-pc-windows-msvc
|
# target: i686-pc-windows-msvc
|
||||||
# target_name: win32
|
# target_name: win32
|
||||||
# job_name: windows-x32
|
# job_name: windows-x32
|
||||||
- channel: stable
|
- channel: nightly
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-apple-darwin
|
||||||
target_name: macos
|
target_name: macos
|
||||||
job_name: mac-x64
|
job_name: mac-x64
|
||||||
appveyor_build_worker_image: macos
|
appveyor_build_worker_image: macos
|
||||||
|
@ -60,7 +60,7 @@ for:
|
||||||
- appveyor_build_worker_image: macos
|
- appveyor_build_worker_image: macos
|
||||||
|
|
||||||
install:
|
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
|
- export PATH=$PATH:$HOME/.cargo/bin
|
||||||
- rustup update
|
- rustup update
|
||||||
- rustup default $channel
|
- rustup default $channel
|
||||||
|
|
Loading…
Reference in a new issue