commontk / CTK

A set of common support code for medical imaging, surgical navigation, and related purposes.
https://commontk.org
Apache License 2.0
855 stars 490 forks source link

ENH: Switch from CircleCI to GitHub Action for building CTK #1199

Closed jcfr closed 6 months ago

jcfr commented 6 months ago

Streamline the build process by eliminating reliance on the slicer/buildenv-qt5-centos7:latest Docker image in favor of direct host-based builds. Python, Qt, VTK, and DCMTK are now installed directly on the host system.

Build on ubuntu-latest (22.04) installs Qt 5.15.2

Related issues: