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

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

git_download Corn

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