Skip to content

Commit

Permalink
Add messages-perl to the build and release infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 22, 2021
1 parent 781ac06 commit d9034ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,17 @@ jobs:
cd gherkin/perl
make
messages-perl:
executor: docker-cucumber-build
steps:
- attach_workspace:
at: '~/cucumber'
- run:
name: messages/perl
command: |
cd messages/perl
make
### Python

tag-expressions-python:
Expand Down Expand Up @@ -1078,6 +1089,10 @@ workflows:
requires:
- prepare-parallel

- messages-perl:
requires:
- prepare-parallel

## Python

- tag-expressions-python:
Expand Down
4 changes: 2 additions & 2 deletions messages/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
LANGUAGES ?= jsonschema javascript go java ruby python
LANGUAGES ?= jsonschema javascript go java ruby python perl

include default.mk
include default.mk

0 comments on commit d9034ee

Please sign in to comment.