1
0
Fork 0
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:
Stefan Lankes 2017-07-18 00:01:58 +02:00
parent 59167f2d44
commit 9d065703a5

View file

@ -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