Skip to content

OSIsoft acquisition by AVEVA (#317) #287

OSIsoft acquisition by AVEVA (#317)

OSIsoft acquisition by AVEVA (#317) #287

Workflow file for this run

# Dynamic Bandwidth Monitor
# Leak detection method implemented in a real-time data historian
# Copyright (C) 2014-2023 J.H. Fitié, Vitens N.V.
#
# This file is part of DBM.
#
# DBM is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DBM is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with DBM. If not, see <http://www.gnu.org/licenses/>.
on: push
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: build
run: .\build.bat
- name: test
run: |
Add-Type -Path build\DBM.dll
[Vitens.DynamicBandwidthMonitor.DBMInfo]::TestResults()