On Fri, Sep 6, 2024 at 1:41 PM Timofei Zhakov <t...@chemodax.net> wrote: > > Hi, > > I am currently thinking about setting up GitHub Actions in Subversion. > > GitHub Actions will help us test every commit in different > configurations, which, based on my experience, is very useful. It's > easy to set up various workflows for different platforms or build > systems. In particular, it will assist with the introduction of CMake, > which should be configurable and cross-platform. Additionally, GitHub > Actions are recommended by ASF for use as CI [1]. > > However, I'd like to note that it would require adding a '.github' > directory to the top level of the source tree, containing the > configuration files for the workflows, but it could be excluded from > the release tarball as well. > > I am ready to create a branch and configure the actions myself. > > What do you think? > > Thanks! > > [1] https://infra.apache.org/build-supported-services.html#gha
Committed the initial version in r1920766. Feel free to extend this workflow ;) -- Timofei Zhakov