mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-26 20:15:13 +01:00
17 lines
289 B
Bash
Executable File
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!" |