From 7ea8f8225f4e511bcbe879972eb4223521b2f8d7 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 23 Jun 2020 20:10:02 -0400 Subject: [ci] Add coq-community/coq-performance-tests It's tested on the bench, so might as well test it on the CI. Hopefully it's not too memory-heavy. (It should only take a couple of minutes, time-wise.) --- dev/ci/ci-basic-overlay.sh | 7 +++++++ dev/ci/ci-coq_performance_tests.sh | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100755 dev/ci/ci-coq_performance_tests.sh (limited to 'dev/ci') diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 475f812b5a..88471a92aa 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -94,6 +94,13 @@ : "${flocq_CI_GITURL:=https://gitlab.inria.fr/flocq/flocq}" : "${flocq_CI_ARCHIVEURL:=${flocq_CI_GITURL}/-/archive}" +######################################################################## +# coq-performance-tests +######################################################################## +: "${coq_performance_tests_CI_REF:=master}" +: "${coq_performance_tests_CI_GITURL:=https://github.com/coq-community/coq-performance-tests}" +: "${coq_performance_tests_CI_ARCHIVEURL:=${coq_performance_tests_CI_GITURL}/archive}" + ######################################################################## # coq-tools ######################################################################## diff --git a/dev/ci/ci-coq_performance_tests.sh b/dev/ci/ci-coq_performance_tests.sh new file mode 100755 index 0000000000..4eb77cfb24 --- /dev/null +++ b/dev/ci/ci-coq_performance_tests.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download coq_performance_tests + +( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf && make validate && make install ) -- cgit v1.2.3