Skip to content

Commit

Permalink
Merge pull request #10 from ghostdogpr/master
Browse files Browse the repository at this point in the history
CircleCI config
  • Loading branch information
ghostdogpr authored May 2, 2019
2 parents 0dcba9f + 2a2d18c commit ff091e0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,26 @@ workflows:
version: 2
build:
jobs:
- lint212_jdk8
- lint212_jdk11
- lint212_jdk8:
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- lint212_jdk11:
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- test212_jdk8:
requires:
- lint212_jdk8
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- test212_jdk11:
requires:
- lint212_jdk11
filters:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- release:
context: Sonatype
requires:
Expand Down

0 comments on commit ff091e0

Please sign in to comment.