aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-bbv.sh
diff options
context:
space:
mode:
authorJason Gross2020-03-26 13:40:02 -0400
committerJason Gross2020-03-26 13:40:02 -0400
commit522b3a2e63bccc59fcaf8ba4b70bce8b3434797d (patch)
treed2dee8556139661733139c5054d3909ef5bfd655 /dev/ci/ci-bbv.sh
parent738445a8db2b853204ea6f04b6b07751aeb40833 (diff)
[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.
Diffstat (limited to 'dev/ci/ci-bbv.sh')
-rwxr-xr-xdev/ci/ci-bbv.sh8
1 files changed, 8 insertions, 0 deletions
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 )