[ncp] add border routing InfraIf setup (#10707)

This commit is contained in:
Li Cao
2024-09-23 08:38:20 -07:00
committed by GitHub
parent bd310dba95
commit b605bb993e
9 changed files with 256 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get --no-install-recommends install -y ninja-build lcov
- name: Build Simulation
run: ./script/cmake-build simulation
run: ./script/cmake-build simulation -DOT_BORDER_ROUTING=ON -DOT_NCP_INFRA_IF=ON
- name: Test Simulation
run: cd build/simulation && ninja test
- name: Build Multipan Simulation