From 5e85a3bc8d2039038ecad14503628dc2941c3104 Mon Sep 17 00:00:00 2001 From: Damian Alvarez <dalvarez@Damians-MBP.fritz.box> Date: Wed, 2 Feb 2022 15:45:45 +0100 Subject: [PATCH] To support Turbomole in the CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c8341964..d79be2cc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,8 @@ check_style: - sg cpmd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - elif [[ $(basename $i) == *NAMD* ]]; then - sg namd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" + - elif [[ $(basename $i) == *Turbomole* ]]; then + - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - else - eb --check-style --check-contrib $i || faulty="$faulty $i" - fi -- GitLab