Build your dub packages with Github Actions
CodeMyst
codemyst at pm.me
Sat Sep 7 22:34:03 UTC 2019
On Friday, 6 September 2019 at 22:02:06 UTC, Andre Pany wrote:
> Hi,
>
> Just a small info, building your D application using Github
> Actions just works out of the box thanks to the install.sh
> script!
>
> This configuration will install a "dub build" pull request
> voter:
>
> https://github.com/andre2007/coding-puzzles/blob/master/.github/workflows/blank.yml
>
> Kind regards
> Andre
Here's my take on it:
https://github.com/CodeMyst/ghactions-test/blob/master/.github/workflows/blank.yml
It doesn't use the install.sh script, this way you don't have to
run the source command for every step. It just downloads the
official deb package and installs it (since GitHub VMs have
Ubuntu installed).
More information about the Digitalmars-d-announce
mailing list