Skip to content

Commit

Permalink
Travis: Build rust std libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ataulien committed Dec 18, 2018
1 parent 327a1f2 commit fecc7ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ script:
- cmake ..
- make mrustc -j4
- make minicargo -j4
- make rust_standard_libs -j4

# Test
# - make -f minicargo.mk output/libtest.hir # libstd
# - make test # hello_world
Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ build_rust_std_lib(
add_custom_target(rust_standard_libs ALL
DEPENDS
rust_libstd
# rust_libpanic_unwind
rust_libpanic_unwind
rust_libtest
rust_libgetopts
rust_libproc_macro)
# rust_libproc_macro
)

0 comments on commit fecc7ff

Please sign in to comment.