added valgrind to circle Ci

This commit is contained in:
Klemens David Morgenstern 2019-04-07 02:57:14 +08:00
parent 0d008a88fc
commit b6c6753b87

View File

@ -23,7 +23,7 @@ jobs:
name: install pre dependencies
command: |
apt-get update -yqq
apt-get install git curl -y
apt-get install git curl valgrind -y
- run:
name: Initializing git repo for boost
command: |