diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/10434-ejgallego-proof+hook_record.sh | 12 | ||||
| -rw-r--r-- | dev/doc/README.md | 24 |
2 files changed, 15 insertions, 21 deletions
diff --git a/dev/ci/user-overlays/10434-ejgallego-proof+hook_record.sh b/dev/ci/user-overlays/10434-ejgallego-proof+hook_record.sh new file mode 100644 index 0000000000..3a2f4e1001 --- /dev/null +++ b/dev/ci/user-overlays/10434-ejgallego-proof+hook_record.sh @@ -0,0 +1,12 @@ +if [ "$CI_PULL_REQUEST" = "10434" ] || [ "$CI_BRANCH" = "proof+hook_record" ]; then + + equations_CI_REF=proof+hook_record + equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + + mtac2_CI_REF=proof+hook_record + mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2 + + paramcoq_CI_REF=proof+hook_record + paramcoq_CI_GITURL=https://github.com/ejgallego/paramcoq + +fi diff --git a/dev/doc/README.md b/dev/doc/README.md index c764455aed..bc281e0d94 100644 --- a/dev/doc/README.md +++ b/dev/doc/README.md @@ -2,27 +2,9 @@ ## Getting dependencies -Assuming one is running Ubuntu (if not, replace `apt` with the package manager of choice) - -``` -$ sudo apt-get install make opam git - -# At the time of writing, <latest-ocaml-version> is 4.07.0. -# The latest version number is available at: https://ocaml.org/releases/ - -$ opam init --comp <latest-ocaml-version> - -# Then follow the advice displayed at the end as how to update your - ~/.bashrc and ~/.ocamlinit files. - -$ source ~/.bashrc - -# needed if you want to build "coqide" target - -$ sudo apt-get install liblablgtksourceview2-ocaml-dev \ - libgtk2.0-dev libgtksourceview2.0-dev -$ opam install lablgtk -``` +See the first section of [`INSTALL`](../../INSTALL). Developers are +recommended to use a recent OCaml version, which they can get through +opam or Nix, in particular. ## Building `coqtop` The general workflow is to first setup a development environment with |
