hhyyrylainen / GodotPckTool

Standalone tool for extracting and creating Godot .pck files
MIT License
383 stars 31 forks source link

Set up continuous integration using GitHub Actions #3

Closed Calinou closed 3 years ago

Calinou commented 3 years ago

This adds continuous integration as well as continuous builds uploaded to GitHub Actions artifacts.

Since recent C++ features are used, I had to use Ubuntu 20.04 for building. Help is welcome to use Ubuntu 18.04 instead, as it will produce binaries compatible with older Linux distributions.

hhyyrylainen commented 3 years ago

I haven't used Github actions before. Does this require me to do anything special to set this up, or is this all the configuration that's needed?

Calinou commented 3 years ago

I haven't used Github actions before. Does this require me to do anything special to set this up, or is this all the configuration that's needed?

Unlike third-party CI service, you don't have to do anything special to use it :slightly_smiling_face:

hhyyrylainen commented 3 years ago

Looks like the CI job ran just fine.