Add TBB Python CI to matrix

release/4.3a0
Fan Jiang 2020-08-21 10:53:08 -04:00
parent 681bfe72f4
commit f97fdd1cfd
1 changed files with 2 additions and 1 deletions

View File

@ -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"