Skip to content

Merge mzML PDA and MS chromatogram readers #2245

Merge mzML PDA and MS chromatogram readers

Merge mzML PDA and MS chromatogram readers #2245

Workflow file for this run

###############################################################################
# Copyright (c) 2021, 2026 Eclipse contributors
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0/.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Matthias Mailänder - initial setup
###############################################################################
name: Continuous Integration
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: ['21', '25']
steps:
- name: Checkout ChemClipse
uses: actions/checkout@v7
- uses: actions/setup-java@v5
name: Setup Java
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Build with Maven
env:
MAVEN_ARGS: "--batch-mode --no-transfer-progress -Dstyle.color=always"
run: |
mvn -f chemclipse/pom.xml -T 1C verify -Pci -Pjavadoc