Add TBB Python CI to matrix
parent
681bfe72f4
commit
f97fdd1cfd
|
@ -23,6 +23,7 @@ jobs:
|
||||||
# ubuntu-18.04-gcc-9, # TODO Disabled for now because of timeouts
|
# ubuntu-18.04-gcc-9, # TODO Disabled for now because of timeouts
|
||||||
ubuntu-18.04-clang-9,
|
ubuntu-18.04-clang-9,
|
||||||
macOS-10.15-xcode-11.3.1,
|
macOS-10.15-xcode-11.3.1,
|
||||||
|
ubuntu-18.04-gcc-5-tbb,
|
||||||
]
|
]
|
||||||
|
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
|
@ -50,7 +51,7 @@ jobs:
|
||||||
compiler: xcode
|
compiler: xcode
|
||||||
version: "11.3.1"
|
version: "11.3.1"
|
||||||
|
|
||||||
- name: ubuntu-18.04-gcc-5
|
- name: ubuntu-18.04-gcc-5-tbb
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
version: "5"
|
version: "5"
|
||||||
|
|
Loading…
Reference in New Issue