From a51fab6f20523804e75664e2c7100d76a427781a Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 26 Aug 2017 12:18:14 +0200 Subject: [PATCH] Create phpci.yml --- phpci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpci.yml diff --git a/phpci.yml b/phpci.yml new file mode 100644 index 0000000..4f2db4f --- /dev/null +++ b/phpci.yml @@ -0,0 +1,7 @@ +build_settings: + clone_depth: 1 # depth of 1 is a shallow clone, remove this line to clone entire repo + +setup: + shell : + - "package_check.sh -l %BUILD_PATH%" +