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

build: Add gitlab ci/cd job to be triggered by VIPSCommon

parent 35b154ec
Branches
Tags
No related merge requests found
......@@ -28,6 +28,15 @@ test:
tags:
- vips-java
test_after_vips_common_changes:
stage: test
script:
- echo $VERSION
- ./mvnw $MAVEN_CLI_OPTS $MAVEN_OPTS test
only:
variables:
- $CI_PIPELINE_SOURCE == "pipeline"
deploy-snapshot:
stage: deploy
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment