Skip to content

Build system overhaul

Choose a tag to compare

@ryneches ryneches released this 15 Jun 14:01

Not much about SuchTree itself has changed, but the build system has been completely overhauled.

  • Migrated build and unit tests from TravisCI to GitHub Actions
  • Wheels for Linux on amd64 and MacOS on Intel silicon are now automatically built using cibuildwheel
  • Dependencies should now be identified and installed correctly
  • Various minor cosmetic fixes