From 6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 Mon Sep 17 00:00:00 2001 From: Olivier Laurent Date: Thu, 30 Apr 2020 15:55:14 +0200 Subject: renaming in Makefile.ci and ci scripts to avoid inconsistencies --- dev/ci/ci-math_classes.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dev/ci/ci-math_classes.sh (limited to 'dev/ci/ci-math_classes.sh') diff --git a/dev/ci/ci-math_classes.sh b/dev/ci/ci-math_classes.sh new file mode 100755 index 0000000000..ae31a8e7f8 --- /dev/null +++ b/dev/ci/ci-math_classes.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download math_classes + +( cd "${CI_BUILD_DIR}/math_classes" && ./configure.sh && make && make install ) -- cgit v1.2.3