diff options
| author | Théo Zimmermann | 2017-03-07 23:30:29 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2017-03-10 23:18:33 +0100 |
| commit | 710c1e1f49ce834acb9488704bcbbf13c4ebaf91 (patch) | |
| tree | d088d5a61426c8febb702866426c96a47a025b2b /dev/ci/ci-tlc.sh | |
| parent | ba36aab9ad9a3d210211e1d4527dd0f6f493ca05 (diff) | |
[travis] Adding a template file and using it for all targets.
Diffstat (limited to 'dev/ci/ci-tlc.sh')
| -rwxr-xr-x | dev/ci/ci-tlc.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev/ci/ci-tlc.sh b/dev/ci/ci-tlc.sh index df86b3cadd..415f9b38f9 100755 --- a/dev/ci/ci-tlc.sh +++ b/dev/ci/ci-tlc.sh @@ -3,6 +3,10 @@ ci_dir="$(dirname "$0")" source ${ci_dir}/ci-common.sh -git_checkout master https://gforge.inria.fr/git/tlc/tlc.git tlc +tlc_CI_BRANCH=master +tlc_CI_GITURL=https://gforge.inria.fr/git/tlc/tlc.git +tlc_CI_DIR=${CI_BUILD_DIR}/tlc -( cd tlc && make -j ${NJOBS} ) +git_checkout ${tlc_CI_BRANCH} ${tlc_CI_GITURL} ${tlc_CI_DIR} + +( cd ${tlc_CI_DIR} && make -j ${NJOBS} ) |
