Bugfixes
* Fixed a bug where the lockfile would be released on exit even if it wasn't locked by the process * Disabled the phpx build as it is broken
This commit is contained in:
@ -11,9 +11,10 @@ NOW="$(date +"%Y-%m-%d")"
|
||||
# create output directory
|
||||
mkdir -p dist
|
||||
|
||||
# update version.php and build thephar
|
||||
# update version.php and build the phar
|
||||
echo "<?php define(\"APP_VERSION\", \"${TAG}\"); define(\"BUILD_DATE\", \"${NOW}\");" > src/version.php
|
||||
tools/pharlite
|
||||
#phpxmake -o "$OUT.phpx" index.php src vendor
|
||||
|
||||
# copy raw phar into destination
|
||||
cp -v fresh.phar "$OUT.phar"
|
||||
|
Reference in New Issue
Block a user