1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix build

This commit is contained in:
Daniil Gentili 2022-12-13 11:49:22 +01:00
parent 21ea8cbc7b
commit 6eb37b9dc2

View File

@ -30,10 +30,14 @@ collections)
;;
psl)
# For circleCI
export PHP_EXTENSION_INTL=1
export PHP_EXTENSION_BCMATH=1
git clone git@github.com:psalm/endtoend-test-psl.git
cd endtoend-test-psl
git checkout 2.3.x
composer install --ignore-platform-reqs
composer install
"$PSALM" --monochrome -c config/psalm.xml
"$PSALM" --monochrome -c config/psalm.xml tests/static-analysis
;;