mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
@@ -6,9 +6,11 @@ rust:
|
||||
cache: cargo
|
||||
|
||||
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 xargo || true)
|
||||
- PATH=$PATH:~/.cargo/bin
|
||||
|
||||
sudo: false
|
||||
|
||||
@@ -21,8 +23,5 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- nasm
|
||||
- cmake
|
||||
sources:
|
||||
- kalakris-cmake
|
||||
|
||||
script: make
|
||||
|
||||
Reference in New Issue
Block a user