nxxm/nxxm_CI
Only for linux : Compile your code and give you back a build folder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | the target for which to build,defaults to webassembly | no | "" |
| dir | Directorie(s) containing what we will compile eg ./src | no | "" |
| exclude | Directories within project <dir> to exclude from source analysis. | no | "" |
| config | Build type, defaults to optimized MinSizeRel build | no | MinSizeRel |
| jobs | How many CPU cores have to be dedicated to the build | no | "" |
| use_cmakelists | Don't build by convention, use CMakeLists.txt at toplevel | no | false |
| test | Whether to run the tests built | no | "" |
| exclude_test | regular expression to match test to exclude | no | "" |
| extra_args | You can enter all the other options of nxxm | no | --verbose |
Outputs
no outputs