added .scrutinizer.yml

pull/2/head
Hari Sekhon 5 years ago
parent 6e261924c4
commit 2bb81a0ca7

@ -0,0 +1,22 @@
#
# Author: Hari Sekhon
# Date: 2020-03-17 11:41:13 +0000 (Tue, 17 Mar 2020)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/harisekhon/bash-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/harisekhon
#
build:
nodes:
auto:
commands:
- repo="${SCRUTINIZER_PROJECT#*/}"; git clone "https://github.com/$repo" code && cd code
- make init
- make ci test
Loading…
Cancel
Save