Closed Calinou closed 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?
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:
Looks like the CI job ran just fine.
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.