aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-bignums.sh
blob: a21310cbd56e9f68ff1301c2d325a76aa1e5c940 (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 && cd tests && make)