Ash258 / Scoop-GithubActions

Deprecated. Use https://github.com/shovel-org/GithubActions
MIT License
25 stars 18 forks source link

Experiment with windows host #55

Open Ash258 opened 4 years ago

Ash258 commented 4 years ago

Installation of manifests could be easily done. Only question about performance, build time is on deck.

Ash258 commented 4 years ago

Investigate if something like this will work:

name: Bucket Minion
description: Set of actions to automate maintaining of bucket.
author: Jakub <Ash258> Čábera
runs:
    using: pwsh
    main: Entrypoint.ps1
branding:
    icon: package
    color: purple
Ash258 commented 4 years ago

Windows host is much faster as there is no docker image building. SInce there is no native support current hackaround is used using node

Ash258 commented 4 years ago

Looks pretty good 😍. Have to properly test everything. This will allow extract_dir problem check and installation of manifests in PR

Ash258 commented 4 years ago

PR creation has some problems