From 3f2945dbcbfcdce5f94caefffa3db929f702a996 Mon Sep 17 00:00:00 2001 From: Ilona Przheleskovskaia <111908659+ilona22002@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:53:16 +0300 Subject: [PATCH 1/2] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..7438c7453 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,22 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.8' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From 645eb8b9f081ebf3b599e3f5cfe3a8297e3d13cc Mon Sep 17 00:00:00 2001 From: Ilona Przheleskovskaia <111908659+ilona22002@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:04:45 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88d52f73..a29bd7ff3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Contributing +# Contributing (Some changes for test pipeline) This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us