ci on m1
This commit is contained in:
parent
b4560b6802
commit
65ac1efc5f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user