Skip to content

Commit 0a559d6

Browse files
committed
Maintenance for R2025b
Update to new startup app Improve ci.yml Standardize project details Remove reference to emailing for solutions in README as the solutions are included in Instructor Resources Update identity as the MathWorks Educator Content Development team
1 parent f1a4020 commit 0a559d6

313 files changed

Lines changed: 15128 additions & 205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
MATLABVersion: [R2024a,R2024b]
22+
MATLABVersion: [R2024b,R2025a,R2025b]
2323
runs-on: ubuntu-latest
24+
env:
25+
LD_PRELOAD: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
2426
steps:
2527
# Checks-out your repository
2628
- uses: actions/checkout@v4
@@ -32,7 +34,7 @@ jobs:
3234
sudo apt-get install xvfb
3335
Xvfb :99 &
3436
echo "DISPLAY=:99" >> $GITHUB_ENV
35-
37+
3638
# Install gstreamer
3739
- name: Install gstreamer
3840
if: ${{ always() }}
@@ -47,7 +49,6 @@ jobs:
4749
with:
4850
release: ${{ matrix.MATLABVersion }}
4951
products: Image_Processing_Toolbox Computer_Vision_Toolbox Statistics_and_Machine_Learning_Toolbox Signal_Processing_Toolbox
50-
5152

5253

5354
# Run all the tests

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ codegen/
4848
Utilities/ProjectSettings.mat
4949

5050
# GitLab page folder
51-
public/
51+
<<<<<<< HEAD
52+
public/
53+
/Images/BeeC.mov
54+
=======
55+
public/
56+
>>>>>>> 7a163557553bc77a5e6482632aa73a1426aa6598

.gitlab-ci.yml

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

Images/complexbrick.jpg

111 KB
Loading
-1.35 KB
Binary file not shown.
-1.98 KB
Binary file not shown.

InternalFiles/Citations/DataSourceFiles/.gitkeep

Whitespace-only changes.
4.13 KB
Binary file not shown.
12.5 KB
Binary file not shown.

InternalFiles/README_Internal.mlx

4.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)