mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix CI for xargo 0.2.0
This commit is contained in:
@@ -6,9 +6,11 @@ rust:
|
|||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
|
||||||
|
- source ~/.cargo/env
|
||||||
|
- rustup component add rust-src
|
||||||
- (cargo install rustfmt || true)
|
- (cargo install rustfmt || true)
|
||||||
- (cargo install xargo || true)
|
- (cargo install xargo || true)
|
||||||
- PATH=$PATH:~/.cargo/bin
|
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@@ -21,9 +23,6 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- nasm
|
- nasm
|
||||||
- cmake
|
|
||||||
sources:
|
|
||||||
- kalakris-cmake
|
|
||||||
|
|
||||||
script: bash scripts/travis-build.sh
|
script: bash scripts/travis-build.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user