Skip to content

Commit

Permalink
llvm12: Add LLVM 12 to Travis CI and GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lzaoral authored and MartinNowack committed Sep 10, 2021
1 parent 24f7959 commit ffe79ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
strategy:
matrix:
name: [
"LLVM 12",
"LLVM 11",
"LLVM 10",
"LLVM 9",
Expand All @@ -58,6 +59,9 @@ jobs:
"No TCMalloc, optimised runtime",
]
include:
- name: "LLVM 12"
env:
LLVM_VERSION: 12
- name: "LLVM 11"
env:
LLVM_VERSION: 11
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
###########################################################################

# Check a subset of the matrix of:
# LLVM : {3.8, 3.9, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0}
# LLVM : {3.8, 3.9, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0}
# SOLVERS : {Z3, STP, STP:Z3, metaSMT}
# STP_VERSION : {2.3.3, master}
# METASMT_VERSION : {v4.rc1}
Expand Down Expand Up @@ -53,6 +53,9 @@ env:
jobs:
include:
# Check supported LLVM versions
- name: "LLVM 12"
env: LLVM_VERSION=12.0

- name: "LLVM 11"
env: LLVM_VERSION=11.0

Expand Down

0 comments on commit ffe79ef

Please sign in to comment.