mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[continuous-integration] add macOS build config with clang compiler (#4931)
This commit is contained in:
committed by
Jonathan Hui
parent
612e10e664
commit
b07a33acec
@@ -176,8 +176,26 @@ jobs:
|
||||
export PATH=/tmp/bin:$PATH
|
||||
script/check-gn-build
|
||||
|
||||
macos:
|
||||
macos-clang:
|
||||
runs-on: macos-10.15
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
brew install automake ninja llvm
|
||||
- name: Build
|
||||
run: |
|
||||
script/check-posix-build
|
||||
script/check-simulation-build
|
||||
|
||||
macos-gcc:
|
||||
runs-on: macos-10.15
|
||||
env:
|
||||
CC: gcc
|
||||
CXX: g++
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Bootstrap
|
||||
|
||||
Reference in New Issue
Block a user