Build and Test#
Build the code and run some tests
Description#
This action is the workhorse of NeoMutt. It’s run on all code that’s pushed to the neomutt repo and all pull requests.
The action performs three builds, with a variety of configure options, and a
set of unit tests on some of the libraries.
See, How to build NeoMutt
Steps:
Configure NeoMutt
Build NeoMutt
Build Tests
Run Tests
Action Details#
Key |
Description |
Details |
|---|---|---|
Trigger |
|
To branches |
Trigger |
Pull Request |
|
Trigger |
Workflow (manual) |
|
Uses |
GitHub’s checkout action |
|
Uses |
Hendrik Muhs’ ccache-action |
|
Uses |
Simen Bekkhus’ cpu-cores action |
|
Runs-on |
ubuntu-latest |
See Also#
Description |
Location |
|---|---|
Action |
|
Action Logs |
|
Source Code |
|
Test Files |