aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-perennial.sh
blob: 306cbdf63cb4bf407e4356f13e85e7e80192408a (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

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

FORCE_GIT=1
git_download perennial

( cd "${CI_BUILD_DIR}/perennial" && git submodule update --init --recursive && make TIMED=false lite )