Skip to content

Commit

Permalink
Merge pull request #333 from totten/master-build-nix
Browse files Browse the repository at this point in the history
scripts/build.sh - Always use our preferred PHP env
  • Loading branch information
totten authored Feb 27, 2024
2 parents 3ddf99e + dbbd273 commit b48016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if [ ! -d "$TMPDIR" ]; then mkdir "$TMPDIR" ; fi

pushd "$PRJDIR" >> /dev/null
composer install --prefer-dist --no-progress --no-suggest --no-dev
box compile -v
nix-shell --run 'box compile -v'
php scripts/check-phar.php "$OUTFILE"
popd >> /dev/null

0 comments on commit b48016d

Please sign in to comment.