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

build rust runtime before building HermitCore

This commit is contained in:
Stefan Lankes 2017-08-19 01:41:58 +02:00
parent d2cded0e9e
commit 128bb38cd6

View file

@ -18,6 +18,9 @@ before_install:
script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
- source cmake/local-cmake.sh
- cd librs
- make runtime
- cd -
- mkdir build
- cd build
- cmake ..