Skip to content

setup-buildenv

Actions
Setup Comcast Buildenv Tool, buildenv, on GitHub Actions runners
v1
Latest
By ntno
Star (2)

setup-buildenv

GitHub Action to install Comcast's buildenv tool on GitHub's hosted runners, using JavaScript

Usage

Setup the buildenv CLI:

steps:
- uses: ntno/setup-buildenv@v1

A specific version of the buildenv CLI can be installed:

steps:
- uses: ntno/setup-buildenv@v1
  with:
    version:
      0.5.7

Inputs

The action supports the following inputs:

  • version: The version of buildenv to install, defaulting to 0.5.7
    • Note 0.5.7 is the earliest version that can be installed with this tool. previous versions followed a different artifact schema which is not supported.

Development

to build distribution locally, ensure docker is installed, then run:

make build-dist

References

setup-buildenv is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Comcast Buildenv Tool, buildenv, on GitHub Actions runners
v1
Latest
By ntno

setup-buildenv is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.