]> granicus.if.org Git - graphviz/commit
replace use of grep in Windows CI task with Select-String
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 May 2021 01:49:25 +0000 (18:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 19 May 2021 14:42:13 +0000 (07:42 -0700)
commit250cedc15727e0d07ef3c62bc6e33d9fd886bf2b
treea3913d3d4763da3520f5a0e288381d1b9abd8e1c
parent2629780172903ce08b96b0787b8c675d4c9a6fe8
replace use of grep in Windows CI task with Select-String

This warning counting can be achieved without the use of grep. This is a step
towards removing grep as a Windows build dependency. Related to #2069.
.gitlab-ci.yml