diff options
| author | Maxime Dénès | 2017-12-19 10:15:49 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-19 10:15:49 +0100 |
| commit | f431dac2e219cb2a76b22e452d6e407869d89f42 (patch) | |
| tree | e38f459e08a13409d4ce81259a95cf73ccce1638 /dev/ci/ci-corn.sh | |
| parent | 80158e796b6df8eb36117f349c312127c5729a8c (diff) | |
| parent | 653df5afeafab4c08c2fd436636e549d31a2fa9f (diff) | |
Merge PR #6400: Circle CI
Diffstat (limited to 'dev/ci/ci-corn.sh')
| -rwxr-xr-x | dev/ci/ci-corn.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-corn.sh b/dev/ci/ci-corn.sh new file mode 100755 index 0000000000..54cad5df4c --- /dev/null +++ b/dev/ci/ci-corn.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +source ${ci_dir}/ci-common.sh + +Corn_CI_DIR=${CI_BUILD_DIR}/corn + +git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR} + +( cd ${Corn_CI_DIR} && make && make install ) |
