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

Update .gitlab-ci.yml

parent 7ecc20dc
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,9 @@ check_style: ...@@ -62,6 +62,9 @@ check_style:
- elif [[ $(basename $i) == *Turbomole* ]]; then - elif [[ $(basename $i) == *Turbomole* ]]; then
- sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
- sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i" - sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i"
- elif [[ $(basename $i) == *MATLAB* ]]; then
- sg matlab -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
- sg matlab -c "eb --dry-run $i" || faulty="$faulty $i"
- else - else
- eb --check-style --check-contrib $i || faulty="$faulty $i" - eb --check-style --check-contrib $i || faulty="$faulty $i"
- eb --dry-run $i || faulty="$faulty $i" - eb --dry-run $i || faulty="$faulty $i"
...@@ -107,6 +110,9 @@ full_check_style: ...@@ -107,6 +110,9 @@ full_check_style:
- elif [[ $(basename $i) == *Turbomole* ]]; then - elif [[ $(basename $i) == *Turbomole* ]]; then
- sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i" - sg turbomol -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
- sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i" - sg turbomol -c "eb --dry-run $i" || faulty="$faulty $i"
- elif [[ $(basename $i) == *MATLAB* ]]; then
- sg matlab -c "eb --check-style --check-contrib $i" || faulty="$faulty $i"
- sg matlab -c "eb --dry-run $i" || faulty="$faulty $i"
- else - else
- eb --check-style --check-contrib $i || faulty="$faulty $i" - eb --check-style --check-contrib $i || faulty="$faulty $i"
- eb --dry-run $i || faulty="$faulty $i" - eb --dry-run $i || faulty="$faulty $i"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment