diff options
| author | Olivier Laurent | 2020-04-30 15:55:14 +0200 |
|---|---|---|
| committer | Olivier Laurent | 2020-04-30 17:02:12 +0200 |
| commit | 6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 (patch) | |
| tree | aec78a75e1b5e0785a9b5995043655a064005583 /dev/ci/ci-verdi_raft.sh | |
| parent | 010ef152611977770fa137ed5980205d412febe5 (diff) | |
renaming in Makefile.ci and ci scripts to avoid inconsistencies
Diffstat (limited to 'dev/ci/ci-verdi_raft.sh')
| -rwxr-xr-x | dev/ci/ci-verdi_raft.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev/ci/ci-verdi_raft.sh b/dev/ci/ci-verdi_raft.sh new file mode 100755 index 0000000000..3bcd52c464 --- /dev/null +++ b/dev/ci/ci-verdi_raft.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download struct_tact + +( cd "${CI_BUILD_DIR}/struct_tact" && ./configure && make && make install ) + +git_download inf_seq_ext + +( cd "${CI_BUILD_DIR}/inf_seq_ext" && ./configure && make && make install ) + +git_download cheerios + +( cd "${CI_BUILD_DIR}/cheerios" && ./configure && make && make install ) + +git_download verdi + +( cd "${CI_BUILD_DIR}/verdi" && ./configure && make && make install ) + +git_download verdi_raft + +( cd "${CI_BUILD_DIR}/verdi_raft" && ./configure && make ) |
