Skip to content

add network information(include interface index, MAC, Description, IPv4, IPv6), already tested on Windows and Linux #309

add network information(include interface index, MAC, Description, IPv4, IPv6), already tested on Windows and Linux

add network information(include interface index, MAC, Description, IPv4, IPv6), already tested on Windows and Linux #309

name: Windows (Visual Studio)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Visual Studio
uses: egor-tensin/vs-shell@v2
- name: Build and Test
run: ./scripts/feature-tests.shell
shell: bash