tools: Convert more tools to use the yaml file.

This commit is contained in:
Andrew Hamilton 2018-04-05 13:49:47 +10:00
parent bb475bfb2a
commit 79aef0a9d7
2 changed files with 12 additions and 11 deletions

View file

@ -1,4 +1,16 @@
c_syntax_gcc:
deps: [gcc g++-6]
url: https://gcc.gnu.org/
executables: [gcc]
command: gcc -fsyntax-only
php7_syntax:
deps: [php7.2-cli]
url: https://en.wikipedia.org/wiki/PHP
executables: [php7.2]
command: php7.2 --syntax-check
shellcheck:
deps: [shellcheck]
url: shellcheck