mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Remove circleci build step properly
This commit is contained in:
parent
d57e4dc01c
commit
aec64c1a39
@ -89,6 +89,17 @@ jobs:
|
|||||||
root: /home/docker/project/
|
root: /home/docker/project/
|
||||||
paths:
|
paths:
|
||||||
- build/psalm.phar
|
- build/psalm.phar
|
||||||
|
test-with-real-projects:
|
||||||
|
executor: php-72
|
||||||
|
steps:
|
||||||
|
- checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff
|
||||||
|
- attach_workspace:
|
||||||
|
at: /home/docker/project/
|
||||||
|
- run:
|
||||||
|
name: Analyse PHPUnit
|
||||||
|
command: bin/test-with-real-projects.sh
|
||||||
|
- store_artifacts:
|
||||||
|
path: build/psalm.phar
|
||||||
|
|
||||||
# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
|
# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
|
||||||
workflows:
|
workflows:
|
||||||
@ -109,6 +120,3 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- test
|
- test
|
||||||
- "Code Style Analysis"
|
- "Code Style Analysis"
|
||||||
- test-with-real-projects:
|
|
||||||
requires:
|
|
||||||
- phar-build
|
|
||||||
|
Loading…
Reference in New Issue
Block a user