MobArena/.github
Andreas Troelsen b08c74afbd Replace Travis CI with Github Actions.
This commit introduces a Github Actions workflow in the form of the file
`.github/workflows/build.yml`, replacing Travis CI and its `.travis.yml`
file.

The new workflow does a little bit more than Travis CI: it uploads an
artifact after a successful build. Due to a known issue with Github's
package UI, the MobArena.jar file is dynamically zipped on download, so
we get MobArena.jar.zip containing just MobArena.jar. It's redundant,
but there doesn't seem to be a simple way around it at the time of this
commit, so we'll leave it be.

For now, the workflow runs on every push to every branch. I'm probably
going to regret that, but we'll leave that as it is for now as well.
2021-04-15 17:24:56 +02:00
..
ISSUE_TEMPLATE Migrate to using multiple issue templates. 2018-06-16 17:13:40 +02:00
workflows Replace Travis CI with Github Actions. 2021-04-15 17:24:56 +02:00
CONTRIBUTING.md Add contributing guidelines. 2018-04-27 16:37:07 +02:00
PULL_REQUEST_TEMPLATE.md Add documentation as a contribution type to PR template 2017-12-03 19:45:15 +01:00