icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
99 stars 43 forks source link

Move the build from Travis to GitHub Actions #343

Open cxbrooks opened 2 years ago

cxbrooks commented 2 years ago

I got a start on setting up GitHub actions and have something that configures and runs ant, see https://github.com/icyphy/ptII/blob/cxbrooks-github-actions-1/.github/workflows/github-actions-ptII.yml

The devil is in the details. To run all the tests, there is quite a bit of configuration of optional packages that needs to be done. The Travis build is split up in to a bunch of different subsets of the tests that generate xml and then a final step collates all the xml and generates https://www.icyphy.org/ptII-test/reports/junit/html/index.html

As far as moving to GitHub actions, there are these components: