about summary refs log tree commit diff homepage
path: root/.github
diff options
context:
space:
mode:
authorLukas Zaoral <lzaoral@redhat.com>2020-09-10 18:18:38 +0200
committerCristian Cadar <c.cadar@imperial.ac.uk>2020-12-04 20:35:47 +0000
commitf9b7c9032db07ba2d811c3bf16a100cc3adfc67e (patch)
tree23b88a9a35ab1dc5575b04457a8fcd424bf71c3b /.github
parent64bcc640f193d6f7f545302f8df8445b00005944 (diff)
downloadklee-f9b7c9032db07ba2d811c3bf16a100cc3adfc67e.tar.gz
llvm11: Add LLVM 11 to GitHub Actions and Travis CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7e58793d..15bcbe7d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -36,6 +36,7 @@ jobs:
     strategy:
       matrix:
         name: [
+                "LLVM 11",
                 "LLVM 10",
                 "LLVM 9",
                 "LLVM 8",
@@ -57,6 +58,9 @@ jobs:
                 "No TCMalloc, optimised runtime",
             ]
         include:
+          - name: "LLVM 11"
+            env:
+              LLVM_VERSION: 11
           - name: "LLVM 10"
             env:
               LLVM_VERSION: 10
@@ -182,4 +186,4 @@ jobs:
       - name: Build KLEE
         run: scripts/build/build.sh klee --docker --create-final-image
       - name: Run tests
-        run: scripts/build/run-tests.sh --coverage --upload-coverage --run-docker --debug
\ No newline at end of file
+        run: scripts/build/run-tests.sh --coverage --upload-coverage --run-docker --debug