diff options
| author | Enrico Tassi | 2020-12-14 12:00:41 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-12-15 10:32:40 +0100 |
| commit | 806ac6fc89975ec08d315c29ec1ea300492f05da (patch) | |
| tree | 1ab05248e97fb1ddff7042e8663a52aecc41494a /dev/ci/ci-gappa.sh | |
| parent | d0667eb4a165c065b0d64069641ca0cd39d62219 (diff) | |
[ci] uniform name of projects w.r.t. opam packages
This makes it easier to track projects across Coq's CI and the platform
Diffstat (limited to 'dev/ci/ci-gappa.sh')
| -rwxr-xr-x | dev/ci/ci-gappa.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-gappa.sh b/dev/ci/ci-gappa.sh index c346354b70..1af37aa7c1 100755 --- a/dev/ci/ci-gappa.sh +++ b/dev/ci/ci-gappa.sh @@ -7,6 +7,6 @@ git_download gappa_tool ( cd "${CI_BUILD_DIR}/gappa_tool" && ( if [ ! -x ./configure ]; then autoreconf && touch stamp-config_h.in && ./configure --prefix=${CI_INSTALL_DIR}; fi ) && ./remake "-j${NJOBS}" && ./remake install ) -git_download gappa_plugin +git_download gappa -( cd "${CI_BUILD_DIR}/gappa_plugin" && ( if [ ! -x ./configure ]; then autoconf && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) +( cd "${CI_BUILD_DIR}/gappa" && ( if [ ! -x ./configure ]; then autoconf && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) |
