Commit 5d91b61
Chris Friedt
ci: add a simple github action that is run on pull-requests to main
Add a simple github action that runs on every pull-request to the `main`
branch.
This checks that librpmi and sources can be built and tests on Ubuntu and
macos.
The `fail-fast` test strategy is disabled, so that both build targets
can be run. If either of the build targets fail, then the job fails.
Additionally, since librpmi CI is quite fast, add a 2 minute timeout, since
(currently) an invalid service group will cause the implementation to spin
infinitely.
Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>1 parent a3fd7f6 commit 5d91b61
1 file changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments