-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [upgrade] add "VI Reference" to all CSMs * add testcases * [add] Add Read Array Key.vi in LabVIEW Config Library. * [add] #42 add "CSM - Read Log Filter Rules from INI Strings" to load log filter rules in config file. * https://github.com/NEVSTOP-LAB/CSM-INI-Static-Variable-Support/actions/runs/10591852733/job/29350048889 * fix this https://github.com/NEVSTOP-LAB/CSM-INI-Static-Variable-Support/actions/runs/10592009950/job/29351352877 * fix testcase workflow * [fix] add first-call? as a condition to those APIs --------- Co-authored-by: NEVSTOP <nevstop>
- Loading branch information
Showing
64 changed files
with
683 additions
and
165 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: Run Testcases | ||
|
||
# Controls when the workflow will run | ||
on: | ||
# Triggers the workflow on push or pull request events but only for the main branch | ||
push: | ||
paths-ignore: | ||
- '**.md' | ||
- '**.txt' | ||
- '**.drawio' | ||
- '**.vipb' | ||
- '**.png' | ||
- '**.json' | ||
- '**.yml' | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
# This workflow contains a single job called "build" | ||
Run-Testcases: | ||
# The type of runner that the job will run on | ||
runs-on: [self-hosted, lv2017] | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Run lvCICD Test cases with VITester | ||
id: StartVITester | ||
uses: NEVSTOP-LAB/lvCICD@main | ||
with: | ||
LabVIEW_Version: 2017 | ||
Operation: StartVITester | ||
Parameter1: ${{ github.workspace }}\CSM INI Static Variable Support.lvproj |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.31 KB
(110%)
INI-Static-Variable-Support/LabVIEW-Config/Get Key Names.vi
Binary file not shown.
Binary file modified
BIN
+1.34 KB
(110%)
INI-Static-Variable-Support/LabVIEW-Config/Get Section Names.vi
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+32.1 KB
INI-Static-Variable-Support/LabVIEW-Config/Read Array Key (Boolean).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+33.8 KB
INI-Static-Variable-Support/LabVIEW-Config/Read Array Key (String).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (Boolean).vi
Binary file not shown.
Binary file modified
BIN
+32 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (DBL).vi
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (I32).vi
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (Raw).vi
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (String).vi
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Read Key (U32).vi
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+20 Bytes
(100%)
INI-Static-Variable-Support/LabVIEW-Config/Write Key (Raw).vi
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+256 Bytes
(100%)
INI-Static-Variable-Support/_Support/CSM - Read All Variable Names.vi
Binary file not shown.
Binary file modified
BIN
+220 Bytes
(100%)
INI-Static-Variable-Support/_Support/CSM - Read INI String.vi
Binary file not shown.
Binary file modified
BIN
+276 Bytes
(100%)
INI-Static-Variable-Support/_Support/CSM - Read Key Names.vi
Binary file not shown.
Binary file added
BIN
+7.95 KB
INI-Static-Variable-Support/_Support/CSM - Read Log Filter Rules from INI Strings.vi
Binary file not shown.
Binary file modified
BIN
+272 Bytes
(100%)
INI-Static-Variable-Support/_Support/CSM - Read Sessions.vi
Binary file not shown.
Binary file modified
BIN
+260 Bytes
(100%)
INI-Static-Variable-Support/_Support/CSM - Write INI String.vi
Binary file not shown.
Oops, something went wrong.