Skip to content
Snippets Groups Projects
Commit 5e85a3bc authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To support Turbomole in the CI

parent 8a5e705f
Branches
No related tags found
No related merge requests found
...@@ -50,6 +50,8 @@ check_style: ...@@ -50,6 +50,8 @@ check_style:
- sg cpmd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - sg cpmd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
- elif [[ $(basename $i) == *NAMD* ]]; then - elif [[ $(basename $i) == *NAMD* ]]; then
- sg namd -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - 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 - else
- eb --check-style --check-contrib $i || faulty="$faulty $i" - eb --check-style --check-contrib $i || faulty="$faulty $i"
- fi - fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment