Skip to content

change naming of reactive power attribute #2496

change naming of reactive power attribute

change naming of reactive power attribute #2496

name: Build & Test Windows
on:
push:
pull_request:
types: [opened, synchronize, reopened]
## Build ##
jobs:
windows:
name: Build on Windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- id: build
run: |
cd ${{ github.workspace }}
mkdir build
cd build
git describe --tags --abbrev=0 --match "v*"
cmake -DWITH_PYBIND=OFF ..
cmake --build . --target dpsim