From cf9814c070d54e2599039ab0f181daa04e9f19b5 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 30 May 2012 12:11:42 +0200 Subject: [PATCH] add build script --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..63c9f49 --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +/usr/bin/env php composer.phar install --dev +/usr/bin/env php vendor/bin/php-cs-fixer fix src --level=all +/usr/bin/env php vendor/bin/php-cs-fixer fix tests --level=all +/usr/bin/env php vendor/bin/sami.php update sami_configuration.php -v +