jit_bugs/bugs/3_psalm_new.sh
2023-10-23 22:10:11 +02:00

17 lines
289 B
Bash
Executable File

#!/bin/bash -e
cd /tmp
git clone https://github.com/nicelocal/psalm -b rector_pass --depth 1
cd psalm
git checkout 9d3fee47afa90f3eb53043a26f01e587d2dd34e5
export PSALM_ALLOW_XDEBUG=1
composer i --ignore-platform-reqs
echo "About to run psalm"
./psalm --no-cache
echo "OK, no bugs!"