1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

download latest rust version

This commit is contained in:
Stefan Lankes 2017-07-18 00:28:59 +02:00
parent 9d065703a5
commit c426092e06

View file

@ -2,9 +2,7 @@ sudo: required
dist: trusty
git:
submodules: true
language: c rust
rust:
- nightly
language: c
compiler: gcc
before_install:
- echo "deb https://dl.bintray.com/rwth-os/hermitcore vivid main" | sudo tee -a /etc/apt/sources.list
@ -14,6 +12,7 @@ before_install:
- git submodule update --init lwip usr/libomp
script:
- curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly
- source cmake/local-cmake.sh
- mkdir build
- cd build