gap-actions/Compile GAP package
Compile the given GAP package being tested
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coverage | Boolean that determines whether code coverage is turned on by adding `--coverage` to `CFLAGS`, `CXXFLAGS` and `LDFLAGS`. | no | true |
| configflags | Additional arguments to be passed to configure. | no | "" |
| build-needed-pkgs | Build GAP packages needed by this package, as defined by `Dependencies.NeededPackages` in `PackageInfo.g`. Options are: true, false, recursive. | no | recursive |
| build-suggested-pkgs | Build GAP packages suggested by this package, as defined by `Dependencies.SuggestedOtherPackages` in `PackageInfo.g`. Options are: true, false, recursive. | no | true |
| build-extensions | Build GAP packages needed for extensions by this package, as defined by `Extensions` in `PackageInfo.g`. Options are: true, false, recursive. | no | true |
| build-system-pkgs | Build system packages needed by this package, as defined by `Dependencies.NeededSystemPackages` in `PackageInfo.g`. Options are: true, false, recursive. | no | recursive |
| build-test-pkgs | Build GAP packages needed for CI testing, as defined by `Dependencies.TestPackages` in `PackageInfo.g`. Options are: true, false, recursive. | no | true |
| extra-pkgs | Additional packages to build that do not appear in `PackageInfo.g`. Should be a space- or newline-separated list. | no | "" |
Outputs
no outputs