Skip to content

Commit

Permalink
build with gcc and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed May 30, 2024
1 parent c6f8ca8 commit 1eb9dfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
config:
- none
- libconfig
cc:
- gcc
- clang
steps:
- uses: actions/checkout@v4
- name: Install pkg-config
Expand All @@ -29,4 +32,8 @@ jobs:
if: matrix.config == 'libconfig'
run: sudo apt-get install -y libconfig-dev
- run: ./autogen.sh
env:
CC: ${{ matrix.cc }}
- run: make
env:
CC: ${{ matrix.cc }}

0 comments on commit 1eb9dfb

Please sign in to comment.