Jev Björsell c59be5f746 * Switch to in-line CI for webide over GitLab's child-pipeline feature. There was too many bugs/weirdness with the child-pipeline. Maybe we use it when it matures.
* Flatten the build_and_deploy_docker and build_and_deploy_website into one step. They don't appear to be dependent, and if the upstream "test" jobs ran okay, then we can run these jobs in parallel.
* Run the webide unit tests in the `test` stage only if there are changes to the tools/webide directory.
* Switch to using the new `rules` ([docs](https://docs.gitlab.com/ee/ci/yaml/#rules))property instead of `only` / `except`. `rules` is now the preferred way of setting job policies. `only`/`except` are [candidates for deprecation](https://docs.gitlab.com/ee/ci/yaml/#onlyexcept-basic).
* Build/push docker images only when CI is running on the canonical `ligolang/ligo` repo. Makes hacking on CI in forked repos easier.
* Don't push a `latest` tag for the webide.
2020-02-13 23:10:02 +00:00
2019-11-09 22:34:20 +00:00
2020-02-09 18:22:33 +01:00
2019-05-25 15:52:12 +00:00
2019-12-19 19:53:10 +00:00
2019-05-25 15:52:12 +00:00
2020-01-27 16:05:47 +01:00
Description
65 MiB
Languages
OCaml 84.6%
TypeScript 7.1%
JavaScript 4%
CSS 1.4%
Shell 0.8%
Other 2%