install valgrind on OSX

This commit is contained in:
Thom Wiggers 2019-01-22 17:44:27 +01:00
parent d66bef0284
commit 1e92a13703
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -35,6 +35,7 @@ matrix:
homebrew: homebrew:
packages: packages:
- python@3.7 - python@3.7
- valgrind
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode10.1
compiler: gcc compiler: gcc
@ -43,6 +44,7 @@ matrix:
packages: packages:
- gcc@8 - gcc@8
- python@3.7 - python@3.7
- valgrind
env: env:
- MAKETARGET=test-all - MAKETARGET=test-all