Giter Club home page Giter Club logo

actions-build-autotools-project's Introduction

Build Autotools Project

This action builds an autotools project using the autoreconf -> configure -> build cycle.

Usage

- uses: wolfSSL/actions-build-autotools-project@v1
  with:
    # Parameters to be used in the actions/checkout step. See
    # https://github.com/actions/checkout for details on how
    # to use these parameters.
    repository: ''
    ref: ''
    # This parameter is also used as the build directory. This
    # is useful when building multiple projects in one action.
    path: ''

    # The arguments passed to the ./configure script.
    configure: ''

    # Whether or not make check should be run on the build.
    # Default: true
    check: ''

    # Whether or not make install should be run on the build.
    # Installs to $GITHUB_WORKSPACE/build-dir by default.
    # Default: false
    install: ''

    # The patch file to use when we are building an OSP project.
    patch-file: ''

    # The user_settings.h file to copy in when when building.
    user-settings: ''

Example

- name: Build, test, and install wolfSSL
  uses: wolfSSL/actions-build-autotools-project@v1
  with:
    repository: wolfSSL/wolfssl
    ref: master
    path: wolfssl
    configure: --enable-all
    check: true
    install: true

actions-build-autotools-project's People

Contributors

bandi13 avatar douzzer avatar jacobbarthelmeh avatar julek-wolfssl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.