-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from ImperialCollegeLondon/feat/helioswarm
Update software to v6.0.0
- Loading branch information
Showing
194 changed files
with
2,925 additions
and
1,300 deletions.
There are no files selected for viewing
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 @@ | ||
MAG_DATA_VISUALIZATION_VERSION=6.0.0 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
name: Run MATLAB Tests | ||
strategy: | ||
matrix: | ||
release: ["R2023b", "R2024a"] | ||
release: ["R2023b", "R2024a", "R2024b"] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository | ||
|
@@ -29,7 +29,7 @@ jobs: | |
uses: dorny/test-reporter@v1 | ||
if: success() || failure() | ||
with: | ||
name: MATLAB Test Results | ||
name: MATLAB Test Results (${{ matrix.release }}) | ||
path: 'results.xml' | ||
working-directory: 'artifacts' | ||
reporter: java-junit | ||
|
@@ -38,26 +38,26 @@ jobs: | |
with: | ||
path: 'artifacts/coverage.xml' | ||
minimum_coverage: 80 | ||
report_name: Coverage Report | ||
report_name: Coverage Report (${{ matrix.release }}) | ||
|
||
package: | ||
name: Package MATLAB Toolbox | ||
runs-on: ubuntu-latest | ||
if: github.ref == 'refs/heads/main' | ||
needs: test | ||
env: | ||
VERSION: "5.1.1" | ||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v4 | ||
- name: Set up MATLAB | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: R2023b | ||
- name: Load Environment Variables | ||
uses: aarcangeli/[email protected] | ||
- name: Package toolbox | ||
uses: matlab-actions/[email protected] | ||
with: | ||
tasks: package("${{ env.VERSION }}") | ||
tasks: package("${{ env.MAG_DATA_VISUALIZATION_VERSION }}") | ||
- name: Upload toolbox | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -67,6 +67,6 @@ jobs: | |
- name: Create release | ||
uses: ncipollo/[email protected] | ||
with: | ||
tag: v${{ env.VERSION }} | ||
tag: v${{ env.MAG_DATA_VISUALIZATION_VERSION }} | ||
artifacts: 'artifacts/MAG Data Visualization.mltbx' | ||
bodyFile: 'resources/release-notes.md' |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Extensions | ||
*.asv | ||
*.DS_Store | ||
|
||
# Folders | ||
.buildtool/ | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
}, | ||
"cSpell.words": [ | ||
"downsample", | ||
"signedness" | ||
"signedness", | ||
"IMAP" | ||
] | ||
} |
Oops, something went wrong.