* 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:
2022-07-05 22:46:11 +02:00
parent 879bf88864
commit 88f3b75383
6 changed files with 34 additions and 13 deletions

View File

@ -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"