Skip to content

Commit

Permalink
Build feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend committed Apr 16, 2024
1 parent 3a3b785 commit 02c6f3b
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ commands:
echo -e << parameters.settings-file >> > ~/.m2/settings.xml
jobs:
checkout-and-verify:
executor: java
environment:
MAVEN_OPTS: -Xmx1024m
steps:
- checkout
- generate-maven-settings-file:
settings-file: *maven-settings-file
- maven/with_cache:
steps:
- run: mvn clean verify -U -T 1C

checkout-verify-deploy:
executor: java
environment:
Expand Down Expand Up @@ -161,14 +173,10 @@ workflows:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
checkout-and-verify:
executor: java
environment:
MAVEN_OPTS: -Xmx1024m
steps:
- checkout
- generate-maven-settings-file:
settings-file: *maven-settings-file
- maven/with_cache:
steps:
- run: mvn clean verify -U -T 1C
- checkout-and-verify:
context: global
filters:
branches:
ignore:
- develop
- main

0 comments on commit 02c6f3b

Please sign in to comment.