Skip to content
Snippets Groups Projects
Commit e12f7fd0 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Build jar with new version of VIPSCommon

parent 6003390f
No related branches found
No related tags found
No related merge requests found
Pipeline #1311 passed
...@@ -33,11 +33,14 @@ test: ...@@ -33,11 +33,14 @@ test:
rules: rules:
- if: '$CI_PIPELINE_SOURCE != "trigger"' - if: '$CI_PIPELINE_SOURCE != "trigger"'
# This job is triggered by the VIPSCommon pipeline, and builds the model with the given version of VIPSCommon
test_after_vips_common_changes: test_after_vips_common_changes:
stage: test stage: test
script: script:
- echo $VERSION - echo $VERSION
- ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS test - ./mvnw versions:use-dep-version -Dincludes=no.nibio.vips:VIPSCommon -DdepVersion=$VERSION -DforceVersion=true
- echo 'Build model with no.nibio.vips:VIPSCommon:$VERSION'
- ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS package
tags: tags:
- vips-java - vips-java
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment