Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add jarfile generation script for github, using actions.
authorAugustin Degomme <adegomme@gmail.com>
Mon, 27 Jul 2020 19:39:58 +0000 (21:39 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Mon, 27 Jul 2020 19:51:13 +0000 (21:51 +0200)
commita8475609d14e543130d5f24d910196a1664cb435
tree6dd0bbd8b710924f6c708f2fefaf0c577f6c3fe5
parent652699a74605ba798ea2923213914e8b50d469e0
Add jarfile generation script for github, using actions.
This workflows builds jars on linux, osx, and windows, combine them in a final job, which outputs the jar (zipped :\ ) which can be downloaded and published.
The workflow is set up to be run on demand for now (from the actions tab on the github repo, link is a bit hidden as you have to click on the workflow descriptions to be able to run it), but we could have it run when a release is done, and the artifact attached automatically.
.github/workflows/jarfile.yml [new file with mode: 0644]