Skip to content

Commit

Permalink
Remove threading parameters. Also make the zfs param smarter.
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 24, 2015
1 parent 4bffe1b commit f9d1ba2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -7,11 +7,11 @@ before_install:

matrix:
include:
- env: WITHZFS=false THREADING=pthread REALCC=gcc
- env: ZFS= REALCC=gcc
compiler: gcc
- env: WITHZFS=true THREADING=pthread REALCC=gcc
- env: ZFS=zfs REALCC=gcc
compiler: gcc
- env: WITHZFS=false THREADING=pthread REALCC=clang-3.6
- env: ZFS= REALCC=clang-3.6
addons: &clang36
apt:
packages:
Expand All @@ -22,7 +22,7 @@ matrix:

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

notifications:
irc:
Expand Down

0 comments on commit f9d1ba2

Please sign in to comment.