GithubHelp home page GithubHelp logo

setup-gap's Introduction

setup-gap V2

This GitHub action downloads and prepares an instance of GAP. It is intended to be used by the Continuous Integration (CI) action of a GAP package, that is by an action which runs a package's test suite.

Supported OSes

This action can be run on macOS and Ubuntu.

Usage

The action setup-gap has to be called by the workflow of a GAP package. By default it

  • downloads and compiles the master branch of GAP,
  • downloads the packages distributed with GAP, and
  • compiles the packages io and profiling

Its behaviour can be customized via the inputs below.

Inputs

All of the following inputs are optional.

  • GAP_PKGS_TO_CLONE:
    • A space-separated list of the GAP packages to clone.
    • default: ''
    • example: 'io autodoc'
  • GAP_PKGS_TO_BUILD:
    • A space-separated list of the GAP packages to build. Must include io and profiling.
    • default: 'io profiling'
  • GAPBRANCH:
    • The gap branch to clone.
    • default: master
  • HPCGAP:
    • Build HPC-GAP if set to yes.
    • default: no
  • ABI:
    • Set to 32 to use 32bit build flags for the package
    • default: ''
  • GAP_BOOTSTRAP
    • Which packages to build GAP with (options: full or minimal)
    • default: 'full'

Contact

Please submit bug reports, suggestions for improvements and patches via the issue tracker.

License

The action setup-gap is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your opinion) any later version. For details, see the file LICENSE distributed with this action or the FSF's own site.

setup-gap's People

Contributors

ssiccha avatar fingolfin avatar wilfwilson avatar wucas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.