blob: 6137526bf400135dcd29f5dee5ac3b52e480665c (
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 argosy
( cd "${CI_BUILD_DIR}/argosy" && git submodule update --init --recursive && make )
|