summaryrefslogtreecommitdiff
path: root/dev/ci/ci-bignums.sh
blob: 756f54dfbd34a9f3b5a63f496023eedd848f35b2 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download bignums

( cd "${CI_BUILD_DIR}/bignums" && make && make install)