mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 18:12:31 +03:00
61b285f182
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`. |
||
---|---|---|
.. | ||
codeql-analysis.yml | ||
docs.yml | ||
release.yml | ||
rust.yml | ||
scala.yml |