Skip to content

Commit

Permalink
drone: parallel php-7.4/node-10 pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Apr 13, 2021
1 parent 98e8c14 commit 8ae1bd1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:

kind: pipeline
type: docker
name: php-7.4-node
name: php-7.4

clone:
disable: true
Expand All @@ -46,9 +46,20 @@ steps:
- make code_sniffer
- make all_tests

---

kind: pipeline
type: docker
name: node-10

clone:
disable: true
steps:
- name: test-node-10
image: node:10
commands:
- git clone --depth=50 --branch=$DRONE_BRANCH https://github.com/nodiscc/Shaarli.git .
- git checkout $DRONE_COMMIT
- yarn install
- yarn run build # verify successful frontend builds
- make eslint # javascript static analysis
Expand Down

0 comments on commit 8ae1bd1

Please sign in to comment.