Skip to content

Add color to the console output #55

Add color to the console output

Add color to the console output #55

Workflow file for this run

###############################################################################
# Copyright (c) 2021, 2025 Lablicate GmbH and others
#
# 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 API and implementation
###############################################################################
name: Continuous Integration
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
container:
image: maven:3.9-eclipse-temurin-17
steps:
- name: Checkout OpenChrom Thirdparty
uses: actions/checkout@v4
with:
path: openchrom3rdparty
- name: Build with Maven
run: |
cd openchrom3rdparty
mvn -f openchrom/cbi/net.openchrom.thirdparty.cbi/pom.xml install \
--batch-mode --no-transfer-progress -Dstyle.color=always