about summary refs log tree commit diff homepage
path: root/.github
diff options
context:
space:
mode:
authorLukas Zaoral <lzaoral@redhat.com>2021-03-04 15:15:24 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2021-09-10 15:14:56 +0100
commitffe79ef2299ffa2667848003f0e4de2d6bb06a5f (patch)
treeeff8bf3264c845fc72154bac1c6b7f76a19f8ef2 /.github
parent24f79598ad2302161c6ed0743faef67a639fb948 (diff)
downloadklee-ffe79ef2299ffa2667848003f0e4de2d6bb06a5f.tar.gz
llvm12: Add LLVM 12 to Travis CI and GitHub Actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 15bcbe7d..9aaa99c7 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
     strategy:
       matrix:
         name: [
+                "LLVM 12",
                 "LLVM 11",
                 "LLVM 10",
                 "LLVM 9",
@@ -58,6 +59,9 @@ jobs:
                 "No TCMalloc, optimised runtime",
             ]
         include:
+          - name: "LLVM 12"
+            env:
+              LLVM_VERSION: 12
           - name: "LLVM 11"
             env:
               LLVM_VERSION: 11