1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/bin/build-phar.sh
Bruce Weirdan aab345ad81 Multi-stage builds (#928)
- 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
2018-08-02 00:44:15 -04:00

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