aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-fiat-crypto.sh
blob: c669195dddbd32a59bed61f69baf27006c79404a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# $0 is not the safest way, but...
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh

git_checkout master https://github.com/mit-plv/fiat-crypto.git fiat-crypto

( cd fiat-crypto && make -j ${NJOBS} )