Skip to content

Fix and improve comments #62

Fix and improve comments

Fix and improve comments #62

Workflow file for this run

# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright © 2025 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
# Matthias Kretz <m.kretz@gsi.de>
name: GCC
on:
push:
branches: [ main, rewrite ]
pull_request:
jobs:
gcc:
strategy:
fail-fast: false
matrix:
version: [16]
runs-on: ubuntu-latest
container:
image: ghcr.io/mattkretz/cplusplus-ci/gcc${{ matrix.version }}
steps:
- uses: actions/checkout@v4
- name: Run test suite
env:
CXX: g++
run: make -j2 ci