Skip to content

Non-bundled tools should be installed for testing #3

@ronaldtse

Description

@ronaldtse

For every tool profile in the register, we should have a per-tool local YAML file that allows the GitHub Actions cron job to automatically install them in the runner, and test the tool (instead of "not installed").

This YAML file needs to be cross-platform, e.g. for "convert" and "magick":

packages:
  chocolatey: 
    - ImageMagick
  homebrew:
    - imagemagick
  macports:
    - ImageMagick
  apt:
    - imagemagick

Or should we include this in the tool profile itself? Maybe it's easier that way? But then it would be more than just for CI purpose and we need to track other things, which is annoying.

Let's just keep it separate from the tool profile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions