mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
aab345ad81
- Run phpcs once, not on every row of build matrix - Start coverage builds only when regular test builds succeed - Always build phar (to see if it builds) - Automatically deploy psalm.phar on tag builds (no more missing phars) Also fixes vimeo/psalm#921
7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
composer bin box install
|
|
|
|
vendor/bin/box compile
|
|
|
|
# build/psalm.phar --config=bin/phar.psalm.xml
|