Skip to content

Commit 82ce768

Browse files
committed
Maintenance cycle R2024b
1 parent c9c1318 commit 82ce768

18 files changed

+10
-70
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
# Checks-out your repository
2626
- uses: actions/checkout@v4
2727

28-
# Sets up a display server
29-
- name: Start display server
30-
if: ${{ always() }}
31-
run: |
32-
sudo apt-get install xvfb
33-
Xvfb :99 &
34-
echo "DISPLAY=:99" >> $GITHUB_ENV
28+
# # Sets up a display server
29+
# - name: Start display server
30+
# if: ${{ always() }}
31+
# run: |
32+
# sudo apt-get install xvfb
33+
# Xvfb :99 &
34+
# echo "DISPLAY=:99" >> $GITHUB_ENV
3535

3636
# Sets up MATLAB
3737
- name: Setup MATLAB

FunctionLibrary/ArduinoStatus.mlx

523 Bytes
Binary file not shown.
-98.2 KB
Binary file not shown.

Scripts/GreenhouseModel.mlx

1 Byte
Binary file not shown.

SoftwareTests/PostSmokeTest.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ function PostSmokeTest(ShowReport)
4545
% Format the JSON file
4646
Badge = struct;
4747
Badge.schemaVersion = 1;
48-
Badge.label = "Tested with";
48+
Badge.label = "Test Status";
4949
if all(passed)
5050
Badge.color = "success";
5151
Badge.message = join("R"+Version," | ");
5252
elseif any(Passed)
5353
Badge.color = "yellowgreen";
5454
Badge.message = join("R")
55-
else
55+
elseif all(~Passed)
5656
Badge.color = "critical";
57-
Badge.message = "Pipeline fails";
57+
Badge.message = join("R"+Version," | ");
5858
end
5959
Badge = jsonencode(Badge);
6060
writelines(Badge,fullfile("Images","TestedWith.json"));

Utilities/ProjectStartup.m

Lines changed: 0 additions & 24 deletions
This file was deleted.

resources/project/-Rce9Lxzt4v7MmBOh-k5NnO_YJM/qs5dyJV1uauu3kIvgr5caNJ_plAd.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

resources/project/-Rce9Lxzt4v7MmBOh-k5NnO_YJM/qs5dyJV1uauu3kIvgr5caNJ_plAp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/KAXfQgCar2Yb8zOxgvf9hdmLP1E/a8_DrWkhktqMMavtYBXIHucdGbAd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/KAXfQgCar2Yb8zOxgvf9hdmLP1E/a8_DrWkhktqMMavtYBXIHucdGbAp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)