mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
@@ -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,8 +23,5 @@ addons:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- nasm
|
- nasm
|
||||||
- cmake
|
|
||||||
sources:
|
|
||||||
- kalakris-cmake
|
|
||||||
|
|
||||||
script: make
|
script: make
|
||||||
|
|||||||
Reference in New Issue
Block a user