forked from Open-CMSIS-Pack/cmsis-toolbox
-
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.
Added nightly job (Open-CMSIS-Pack#138)
This update primarily executes the end-to-end (E2E) tests using the latest binaries from the main branch (Every Night) and generates a summary report. You can view the detailed summary here: [GitHub Actions Summary](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/actions/runs/9380323378/attempts/1#summary-25827500478).
- Loading branch information
Showing
10 changed files
with
480 additions
and
36 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,23 @@ | ||
[ | ||
{ | ||
"runs_on":"macos-13", | ||
"target":"darwin", | ||
"arch": "amd64", | ||
"binary_extension": "", | ||
"runOnBranch":"always" | ||
}, | ||
{ | ||
"runs_on":"ubuntu-22.04", | ||
"target":"linux", | ||
"arch": "amd64", | ||
"binary_extension":"", | ||
"runOnBranch":"always" | ||
}, | ||
{ | ||
"runs_on":"windows-2022", | ||
"target":"windows", | ||
"arch": "amd64", | ||
"binary_extension":".exe", | ||
"runOnBranch":"always" | ||
} | ||
] |
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
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
Oops, something went wrong.