mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[script] install gtest and gmock (#11358)
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get --no-install-recommends install -y ninja-build lcov
|
||||
sudo apt-get --no-install-recommends install -y ninja-build lcov libgtest-dev libgmock-dev
|
||||
- name: Build Simulation
|
||||
run: ./script/cmake-build simulation -DOT_BUILD_GTEST=ON -DOT_BORDER_ROUTING=ON -DOT_BORDER_ROUTING_DHCP6_PD=ON
|
||||
- name: Test Simulation
|
||||
|
||||
Reference in New Issue
Block a user