Skip to content

Compilation

J. George Rautenbach edited this page Jan 25, 2021 · 2 revisions

The CI does a great job compiling the code all on its own, so if you just want to see the app in action, just download and run!

If you want to compile it yourself, you can rather easily run the code in eclipse by setting up run configurations:

  • For the compiler: za.org.cair.logic_app.generator.Main (in the logic_app dir). Takes one argument, being the input file.
  • For the webserver: za.org.cair.logic_app.web.ServerLauncher (in the web dir).

If you want to produce runnables yourself, check out how the CI does it in the workflow config.

Clone this wiki locally