diff options
| author | Emilio Jesus Gallego Arias | 2018-11-17 02:48:09 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-17 16:51:54 +0100 |
| commit | 360fafb7781ca12e533f7ee55da6a4a4324e2a19 (patch) | |
| tree | e964d5a8a434e49d352ff3522bc34465ddf7ccf2 /dev/ci/ci-equations.sh | |
| parent | e64491ec388b004e9753ca8669a7db4b25268a3b (diff) | |
[ci] Uniformize casing of makefile targets and ci variables.
This is convenient as to have better automation.
Diffstat (limited to 'dev/ci/ci-equations.sh')
| -rwxr-xr-x | dev/ci/ci-equations.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh index 998d50faa7..b58a794da2 100755 --- a/dev/ci/ci-equations.sh +++ b/dev/ci/ci-equations.sh @@ -3,7 +3,7 @@ ci_dir="$(dirname "$0")" . "${ci_dir}/ci-common.sh" -git_download Equations +git_download equations -( cd "${CI_BUILD_DIR}/Equations" && coq_makefile -f _CoqProject -o Makefile && \ +( cd "${CI_BUILD_DIR}/equations" && coq_makefile -f _CoqProject -o Makefile && \ make && make test-suite && make examples && make install) |
