Closed adbancroft closed 4 weeks ago
Sample runs available here: https://github.com/adbancroft/libdivide/actions/runs/11385614723
Obviously, if this is merged we should have a follow up PR to remove Appveyor.
Obviously, if this is merged we should have a follow up PR to remove Appveyor.
Please just delete the appveyor.yml
file in your pull request, it does not make much sense to do this in another pull request.
Can you please also replace the Appveyor CI badge in the README.md with a GitHub Actions CI badge? You can copy the required code from e.g. here: https://raw.githubusercontent.com/kimwalisch/primesieve/refs/heads/master/README.md
Can you please also replace the Appveyor CI badge in the README.md with a GitHub Actions CI badge?
Done - though it won't display correctly until merged
Please just delete the
appveyor.yml
file in your pull request, it does not make much sense to do this in another pull request.
I did that initially - it resulted in the PR failing the appveyor build. If that's OK, I can remove it - let me know.
Use GitHub actions to build & run these combinations:
Code/cmake changes:
The actions use a "canary build" approach: there's a quick, limited scope, initial build followed by lengthier, more comprehensive, builds if the canary build succeeds. Fixes #121