Skip to content

Commit

Permalink
linux CI: build with GCC7 and 13
Browse files Browse the repository at this point in the history
7 is a good minimum. 13 is latest available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Jan 31, 2024
1 parent 1e8597e commit 37daa08
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ on:
# branches: [ master ]

jobs:
build_libebml:
name: libebml
runs-on: ubuntu-latest
Linux-GCC:
runs-on: ubuntu-20.04
strategy:
matrix:
cxx: ['7', '13']
env:
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
steps:
- uses: lukka/get-cmake@latest
- uses: egor-tensin/setup-gcc@v1
with:
version: ${{matrix.cxx}}

- name: Get pushed code
uses: actions/checkout@v3
Expand Down

0 comments on commit 37daa08

Please sign in to comment.