From f9b7c9032db07ba2d811c3bf16a100cc3adfc67e Mon Sep 17 00:00:00 2001 From: Lukas Zaoral Date: Thu, 10 Sep 2020 18:18:38 +0200 Subject: llvm11: Add LLVM 11 to GitHub Actions and Travis CI --- .github/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit 1.4.1