specifications

Specification and standard documents
git clone git://git.finwo.net/misc/specifications
Log | Files | Refs | README | LICENSE

commit 00d149119f20891614bd573d7ca9b6a15396cb5e
parent da4daf0ded43ba9492357b65545f424ecb2ae5ea
Author: finwo <finwo@pm.me>
Date:   Fri, 17 Aug 2018 18:06:48 +0200

Clearer build script

Diffstat:
Mbuild.sh | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh @@ -1,6 +1,13 @@ #!/usr/bin/env bash -# Update the .gitignore file -curl -s https://www.gitignore.io/api/osx,linux,windows,intellij > .gitignore +echo "Updating gitignore" +curl -s https://www.gitignore.io/api/osx,linux,windows,intellij,composer > .gitignore echo /.gtm/ >> .gitignore echo /.idea/ >> .gitignore +echo composer.lock >> .gitignore + +echo "Updating PHP dependencies" +composer install &>/dev/null + +echo "(Re)building generated specs" +php compile.php spec=0000