Skip to content

feat: testing ci c++17, c++20, c++23 aswell as gcc and clang #6

feat: testing ci c++17, c++20, c++23 aswell as gcc and clang

feat: testing ci c++17, c++20, c++23 aswell as gcc and clang #6

Workflow file for this run

name: Continuous integration tests (c++23)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tox:
name: CI tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install libyaml-cpp-dev
- name: Test with tox
run: make tests CXXFLAGS=-std=c++23