Skip to content

Commit

Permalink
try clang
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenyhraz committed Apr 29, 2024
1 parent c1dfd1d commit 18d0a2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- compiler: gcc
build_type: Release

- compiler: clang
build_type: Release

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- compiler: gcc
build_type: Debug

- compiler: clang
build_type: Debug

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 18d0a2f

Please sign in to comment.