aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorEnrico Tassi2018-05-02 11:08:26 +0200
committerEnrico Tassi2018-05-02 15:45:32 +0200
commit0bf48befc4ce8107666cf902b36c3f5c7abc55f1 (patch)
tree2b29a7fa73c669042c3ce2a917cd353d4b20f777 /dev/ci/ci-basic-overlay.sh
parenta9b4d88ff0f403ea3503f1c5eedc4959ce4c2e30 (diff)
[ci]: add pidetop (fix #7336)
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/ci/ci-basic-overlay.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 5cee72cc73..1ae2ad0acb 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -156,3 +156,9 @@
########################################################################
: "${fcsl_pcm_CI_BRANCH:=master}"
: "${fcsl_pcm_CI_GITURL:=https://github.com/imdea-software/fcsl-pcm.git}"
+
+########################################################################
+# pidetop
+########################################################################
+: "${pidetop_CI_BRANCH:=v8.9}"
+: "${pidetop_CI_GITURL:=https://bitbucket.org/coqpide/pidetop.git}"