From edc1a8554671342e9d16f9fb2a8ab3070be4cac8 Mon Sep 17 00:00:00 2001 From: Shivang Sharma Date: Wed, 4 Jun 2025 17:17:19 +0530 Subject: [PATCH 1/2] NITech Demo Change --- runlabview.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runlabview.sh b/runlabview.sh index 1144094..fce9771 100644 --- a/runlabview.sh +++ b/runlabview.sh @@ -4,6 +4,8 @@ LABVIEW_PATH='/usr/local/natinst/LabVIEW-2025-64/labviewprofull' REPORT_PATH='/usr/local/natinst/ContainerExamples/Results.txt' MASSCOMPILE_DIR='/workspace/Test-VIs' +# Demo Change to trigger pipeline + # Verify that the configuration file exists. if [ ! -f "$CONFIG_FILE" ]; then echo "Error: Configuration file not found at $CONFIG_FILE, exiting...!" From 0209465247a6ae3622bda62ebcab162afb7fd9b1 Mon Sep 17 00:00:00 2001 From: shivaCode-2 <141118860+shivaCode-2@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:01:16 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15297f1..ee59e1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # LabVIEW Container Beta Welcome to the beta release of our containerized LabVIEW environment! This README provides instructions for getting started, running the container, and reporting feedback.