Skip to content

Commit

Permalink
build rump kernel manually (for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 23, 2015
1 parent 28daa33 commit 4e05065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,8 @@ matrix:
- llvm-toolchain-precise-3.6

script:
- CC=$REALCC ./buildnb.sh -qq $(${WITHZFS} && echo zfs) ${THREADING} buildrump tests
- ( cd buildrump.sh && ./buildrump.sh -s ../src-netbsd -V MKSTATICLIB=no -q )
- CC=$REALCC ./buildnb.sh -qq $(${WITHZFS} && echo zfs) ${THREADING} tests ./buildrump.sh/rump

notifications:
irc:
Expand Down

0 comments on commit 4e05065

Please sign in to comment.