From 6c729a243f7dabde0adfcf71b7e4b038f92a6835 Mon Sep 17 00:00:00 2001 From: VilleSchulz <142801305+VilleSchulz@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:56:59 +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..e8f3d6f54 --- /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.11' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From c75b0141a48dab879c02e9197c3ea5f1f7524419 Mon Sep 17 00:00:00 2001 From: VilleSchulz Date: Wed, 15 Apr 2026 20:33:05 +0300 Subject: [PATCH 2/2] Init --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f88d52f73..5be9e3bd9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a @@ -28,4 +27,5 @@ Microsoft's general trademark guidelines can be found at http://go.microsoft.com Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, -or trademarks, whether by implication, estoppel or otherwise. +or trademarks, whether by implication, estoppel or otherwise. TEST +