Go to file
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
docker/distribution Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'" 2020-02-11 10:45:08 +00:00
gitlab-pages Update siteConfig.js to collapse docs sidebar categories 2020-02-13 14:50:35 +00:00
scripts Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'" 2020-02-11 10:45:08 +00:00
src fix regression of comparison of key_hash and add a test for it 2020-02-13 16:44:21 +01:00
tools/webide * 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. 2020-02-13 23:10:02 +00:00
vendors Revert "Merge branch 'feature/adt-generator-poly-3' into 'dev'" 2020-02-11 10:45:08 +00:00
.dockerignore Feature/smaller docker image 2019-11-09 22:34:20 +00:00
.gitignore ignore all .pp.ligo's 2020-02-09 18:22:33 +01:00
.gitlab-ci.yml * 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. 2020-02-13 23:10:02 +00:00
CHANGELOG.md Changelog for mutation & list_iter 2020-02-10 22:23:48 +01:00
CONTRIBUTORS.md add MIT license 2019-05-25 15:52:12 +00:00
dune-project Unignore dune-project 2019-12-19 19:53:10 +00:00
LICENSE.md add MIT license 2019-05-25 15:52:12 +00:00
ligo.opam [WIP] Refactoring the front-end. 2020-01-27 16:05:47 +01:00
Makefile Now have an default group "ungrouped" for all the code blocks without any "group=..." 2019-12-31 14:23:51 +01:00
repo Separate parts of Pascaligo into a shared parser library 2019-08-29 14:54:06 +00:00