Skip to content

Commit

Permalink
[drone] Add valgrindcheck call to drone-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Sep 18, 2019
1 parent 13b65cf commit a375a9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ steps:
image: *test-image
commands:
- CXXFLAGS="-O0" make check V=0
- name: valgrindcheck
image: *test-image
commands:
- CXXFLAGS="-O0" make valgrindcheck V=0
- name: docs
image: *test-image
commands:
Expand Down

0 comments on commit a375a9a

Please sign in to comment.