Skip to content

Commit

Permalink
XXX Debug Travis OSX VM
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Aug 3, 2018
1 parent e2f5db9 commit 7e600fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ before_script:
# 'make distcheck', and OS X package build on tag builds.
script:
- |
if test osx = "${TRAVIS_OS_NAME}"; then
sysctl hw.ncpu
fi
- ./autogen.sh
- ./configure --enable-compile-warnings=error --enable-examples
- make distcheck VERBOSE=1 V=1
Expand Down

0 comments on commit 7e600fe

Please sign in to comment.