back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

Support GitHub Actions as CI #122

Closed sebthom closed 3 years ago

sebthom commented 3 years ago

While trying to get travix running on GitHub Actions I encountered a few issues and solved them.

With this PR travix init is capable of creating a GitHub Actions workflow YAML configuration (similar to the .travis.yml).

I also added the capability to install HashLink and PHP for CI builds on Windows via chocolatey and restored capability to install PHP on MacOS.

I also added a GitHub Actions workflow file that builds/tests travix, see https://github.com/sebthom/travix/actions

back2dos commented 3 years ago

Thanks a lot ;)