]> eyrie.org Git - kerberos/wallet.git/commitdiff
Add Clang to the CI compiler matrix
authorRuss Allbery <eagle@eyrie.org>
Mon, 18 May 2020 03:02:15 +0000 (20:02 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 18 May 2020 03:02:15 +0000 (20:02 -0700)
.github/workflows/build.yaml

index 1904201e9507f7729d2ae44a9df81d3dd9329d14..b113d575690b5389455bd9ffbabd8851e332bda1 100644 (file)
@@ -26,6 +26,7 @@ jobs:
       matrix:
         compiler:
           - "gcc"
+          - "clang"
         kerberos:
           - "mit"
           - "heimdal"