enso/.github/workflows
Radosław Waśko 61b285f182
[Tool] Move engine build after launcher
1. Our builds include a version check which for stability does not rely
   on build.sbt but instead on querying enso --version. Building the
   engine takes a lot of time, so to save that time on failed builds,
   we ensure that the launcher is built first (which is much faster)
   and only if its version check succeeds, the engine build is
   attempted. This is achieved by making the `build-engine` job in
   `release.yml` depend on `build-launcher`.
2. Enso version is bumped to `0.1.0`.
2020-07-23 11:42:14 +02:00
..
codeql-analysis.yml Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
docs.yml Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
release.yml [Tool] Move engine build after launcher 2020-07-23 11:42:14 +02:00
rust.yml Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
scala.yml [Feat, Tool] Add CLI Parser for the Launcher 2020-07-22 19:28:03 +02:00