aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-elpi.sh
AgeCommit message (Collapse)Author
2020-12-15[ci] uniform name of projects w.r.t. opam packagesEnrico Tassi
This makes it easier to track projects across Coq's CI and the platform
2020-03-11[CI] test hierarchy builder as part of elpiEnrico Tassi
2018-11-17[ci] Uniformize casing of makefile targets and ci variables.Emilio Jesus Gallego Arias
This is convenient as to have better automation.
2018-08-31Download tarball instead of cloning external projects (when $CI is set).Théo Zimmermann
This allows to use fixed commits and not just branches or tags. We keep using git clone when $FORCE_GIT is set (for projects on gforge.inria.fr and projects pulling dependencies through git submodules). fiat-parsers also calls git submodule, but inside its own Makefile.
2018-04-05Improve shell scriptszapashcanon
2018-02-19ci: add elpiEnrico Tassi