soartech / jsoar

Pure Java implementation of the Soar cognitive architecture.
http://soartech.github.com/jsoar/
BSD 3-Clause "New" or "Revised" License
53 stars 19 forks source link

Set up CI on github #121

Open marinier opened 4 years ago

marinier commented 4 years ago

At the very least we should be running unit tests. SoarTech has an internal jenkins server that was used for this purpose, but something public would be better. The jenkins setup is broken anyway since we started signing our components (which is required by maven central), so rather than fix that issue in jenkins, I'd rather address it on github.

Note that Soar LSP already has things setup to automate a lot (including signing) using travis and appveyor, so we could use that setup as guidance for this one.