mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use cargo-xbuild instead of xargo and pass paths to --target
This commit is contained in:
@@ -38,7 +38,6 @@ environment:
|
||||
cache:
|
||||
- '%USERPROFILE%\.cargo\bin'
|
||||
- '%USERPROFILE%\.cargo\.crates.toml'
|
||||
- '%USERPROFILE%\.xargo'
|
||||
- target
|
||||
|
||||
## Install Script ##
|
||||
@@ -70,7 +69,7 @@ before_test:
|
||||
- rustup component add rust-src
|
||||
- set RUST_BACKTRACE=1
|
||||
- if not exist %USERPROFILE%\.cargo\bin\cargo-install-update.exe cargo install cargo-update
|
||||
- if not exist %USERPROFILE%\.cargo\bin\xargo.exe cargo install xargo
|
||||
- if not exist %USERPROFILE%\.cargo\bin\cargo-xbuild.exe cargo install cargo-xbuild
|
||||
- if not exist %USERPROFILE%\.cargo\bin\bootimage.exe cargo install bootimage
|
||||
- cargo install-update -a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user