We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a900dd5 commit d17db7bCopy full SHA for d17db7b
.github/workflows/ci_tests.yml
@@ -56,15 +56,6 @@ jobs:
56
cmake_args:
57
description: "Werror"
58
args: "-DCMAKE_CXX_FLAGS='-Wall -Wextra -Wpedantic -Werror'"
59
- # Note: this is a header only project
60
- # - platform: ubuntu-latest
61
- # compiler:
62
- # cpp: g++
63
- # c: gcc
64
- # cpp_version: 20
65
- # cmake_args:
66
- # description: "Dynamic"
67
- # args: "-DBUILD_SHARED_LIBS=ON"
68
69
name: "Build & Test: ${{ matrix.compiler.c }} ${{ matrix.cpp_version }} ${{ matrix.cmake_args.description }}"
70
runs-on: ${{ matrix.platform }}
0 commit comments