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

before building project, install on TravisCI Rust toolchain

This commit is contained in:
Stefan Lankes 2017-08-24 23:21:55 +02:00
parent df739db9fe
commit 68d4ec1f0e

View file

@ -9,16 +9,16 @@ before_install:
- travis_retry sudo apt-get -qq update
- travis_retry sudo apt-get install -y curl wget qemu-system-x86 nasm texinfo libmpfr-dev libmpc-dev libgmp-dev libisl-dev flex bison packaging-dev rpm
- travis_retry sudo apt-get install -y --force-yes binutils-hermit libhermit newlib-hermit pthread-embedded-hermit gcc-hermit
- git submodule update --init lwip usr/libomp
script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
- source cmake/local-cmake.sh
- mkdir build
- cd build
- cmake ..
- make -j1 package
- cd $TRAVIS_BUILD_DIR
- ./tests.sh
# - ./tests.sh
notifications:
slack: hermitcore:UtcfeEXkbpx3WyIDK2Wm2beS