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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user