Skip to content

Commit

Permalink
feat: add circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermani committed Aug 23, 2023
1 parent aa855fe commit 3f9d752
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2.1

orbs:
newspack: newspack/newspack@1.4.4

workflows:
version: 2
all:
jobs:
- newspack/build
- newspack/lint-js-scss:
requires:
- newspack/build
- newspack/build-distributable:
requires:
- newspack/build
archive-name: 'newspack-network'
filters:
branches:
only:
- master
- newspack/release:
requires:
- newspack/build
filters:
branches:
only:
- release
- alpha
- /^hotfix\/.*/
- newspack/post-release:
requires:
- newspack/release
filters:
branches:
only:
- release
php:
jobs:
- newspack/lint-php
- newspack/test-php

0 comments on commit 3f9d752

Please sign in to comment.