1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 18:54:47 +02:00

Add C++98 and C++14 build matrixes to the Linux CI.

This commit is contained in:
Sadie Powell
2020-10-02 13:22:04 +01:00
parent a3673a5a2d
commit c29b72fcdc
+4
View File
@@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-20.04
env:
CXX: ${{ matrix.compiler }}
CXXFLAGS: -std=${{ matrix.standard }}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
@@ -45,3 +46,6 @@ jobs:
compiler:
- clang++
- g++
standard:
- c++98
- c++14