Skip to content

An action for GitHub Actions CICD to install the FixedIT CLI build tool for Axis ACAP development.

License

Notifications You must be signed in to change notification settings

fixedit-ai/install-fixeditcli-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Install FixedIT CLI action for Github Actions

An action for Github Action that installs the FixedIT CLI tool to make Axis ACAP development and CI/CD easier.

This tool can be used to build ACAP applications, inspect/verify .eap package files and create new applications from templates.

For use in GitHub Actions, see also:

If no version of FixedIT CLI is specified, the latest release version will be used. To make builds deterministic, we recommend pinning both the action version and the FixedIT CLI package version, e.g.:

- name: Install FixedIT CLI and login
  uses: fixedit-ai/install-fixeditcli-action@v2
  with:
    token: ${{ secrets.FIXEDIT_TOKEN }}
    fixeditcli-version: "0.5.0"

About

An action for GitHub Actions CICD to install the FixedIT CLI build tool for Axis ACAP development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published