2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00

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: |