Skip to content

Commit 15301fe

Browse files
committed
Install valgrind.
1 parent 889c8ff commit 15301fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
dependencies:
2+
pre:
3+
# Install newer version of Valgrind from custom repo so Test::Nginx's
4+
# num-callers works: https://github.com/openresty/test-nginx/pull/17
5+
- sudo add-apt-repository -y ppa:jtaylor/jtaylor
6+
- sudo apt-get update -q
7+
- sudo apt-get -y install valgrind
28
cache_directories:
39
- "t/build"
410
- "t/tmp"

0 commit comments

Comments
 (0)