Skip to content

Commit

Permalink
Added Linux clang build target
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Oct 5, 2024
1 parent a9209e2 commit 68d1e69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
configure_opts: "--with-libewf --with-libqcow --with-libvhdi --with-libvmdk --disable-java"
codecov: "no"

- os: "linux_clang"
arch: "x86_64"
compiler: 'clang'
linkage: "shared"
runner: "ubuntu-22.04"
configure_opts: "--with-libewf --with-libqcow --with-libvhdi --with-libvmdk --disable-java"
codecov: "no"

- os: "mingw"
arch: "x86_64"
linkage: "shared"
Expand Down

0 comments on commit 68d1e69

Please sign in to comment.