This commit is contained in:
John Cupitt 2021-07-23 14:04:45 +01:00
parent b4560b6802
commit 65ac1efc5f

View File

@ -14,16 +14,16 @@ jobs:
os: [ ubuntu-20.04 ]
sanitize: [ false ]
build:
- { cc: gcc, cxx: g++, linker: ld, shell: /bin/bash }
- { cc: gcc, cxx: g++, linker: ld, shell: bash }
include:
- name: "Linux x64 (Ubuntu 20.04) - Clang 10 with ASan and UBSan"
os: ubuntu-20.04
sanitize: true
build: { cc: clang-10, cxx: clang++-10, linker: ld.lld-10 }
build: { cc: clang-10, cxx: clang++-10, linker: ld.lld-10, shell: bash }
- name: "macOS (10.15) - Xcode 12.3"
os: macos-10.15
sanitize: false
build: { cc: clang, cxx: clang++, linker: ld.lld }
build: { cc: clang, cxx: clang++, linker: ld.lld, shell: bash }
- name: "macOS (10.15) - Xcode 12.3 - M1"
os: macos-m1
sanitize: false