mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
use travis default rust installation
This commit is contained in:
parent
59167f2d44
commit
9d065703a5
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,9 @@ sudo: required
|
|||
dist: trusty
|
||||
git:
|
||||
submodules: true
|
||||
language: c
|
||||
language: c rust
|
||||
rust:
|
||||
- nightly
|
||||
compiler: gcc
|
||||
before_install:
|
||||
- echo "deb https://dl.bintray.com/rwth-os/hermitcore vivid main" | sudo tee -a /etc/apt/sources.list
|
||||
|
@ -12,8 +14,6 @@ before_install:
|
|||
- git submodule update --init lwip usr/libomp
|
||||
|
||||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh
|
||||
- rustup install nightly
|
||||
- source cmake/local-cmake.sh
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
|
Loading…
Add table
Reference in a new issue