jit_bugs/bugs/3_psalm_new.sh

15 lines
262 B
Bash
Raw Normal View History

2023-10-23 21:59:18 +02:00
#!/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
./psalm --no-cache
echo "OK, no bugs!"