gap-actions/Compile GAP package

Compile the given GAP package being tested

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
coverageBoolean that determines whether code coverage is turned on by adding `--coverage` to `CFLAGS`, `CXXFLAGS` and `LDFLAGS`.notrue
configflagsAdditional arguments to be passed to configure.no""
build-needed-pkgsBuild GAP packages needed by this package, as defined by `Dependencies.NeededPackages` in `PackageInfo.g`. Options are: true, false, recursive.norecursive
build-suggested-pkgsBuild GAP packages suggested by this package, as defined by `Dependencies.SuggestedOtherPackages` in `PackageInfo.g`. Options are: true, false, recursive.notrue
build-extensionsBuild GAP packages needed for extensions by this package, as defined by `Extensions` in `PackageInfo.g`. Options are: true, false, recursive.notrue
build-system-pkgsBuild system packages needed by this package, as defined by `Dependencies.NeededSystemPackages` in `PackageInfo.g`. Options are: true, false, recursive.norecursive
build-test-pkgsBuild GAP packages needed for CI testing, as defined by `Dependencies.TestPackages` in `PackageInfo.g`. Options are: true, false, recursive.notrue
extra-pkgsAdditional packages to build that do not appear in `PackageInfo.g`. Should be a space- or newline-separated list.no""

no outputs