From 522b3a2e63bccc59fcaf8ba4b70bce8b3434797d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 26 Mar 2020 13:40:02 -0400 Subject: [ci] Add bbv I believe a recent commit to master broke it, and now that it's no longer tested as part of fiat-crypto-legacy, I think it's time to add it. --- dev/ci/ci-bbv.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dev/ci/ci-bbv.sh (limited to 'dev/ci/ci-bbv.sh') diff --git a/dev/ci/ci-bbv.sh b/dev/ci/ci-bbv.sh new file mode 100755 index 0000000000..6892cea3e4 --- /dev/null +++ b/dev/ci/ci-bbv.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download bbv + +( cd "${CI_BUILD_DIR}/bbv" && make && make install ) -- cgit v1.2.3