Stefan Schake | 0234678 | 2018-05-05 02:39:33 +0200 | [diff] [blame] | 1 | image: ubuntu:16.04 |
2 | |||||
3 | before_script: | ||||
4 | - apt-get --quiet update --yes >/dev/null | ||||
Sean Paul | 5c23d5d | 2018-07-13 12:51:42 -0400 | [diff] [blame] | 5 | - apt-get --quiet install --yes clang-format-5.0 git >/dev/null |
Stefan Schake | 0234678 | 2018-05-05 02:39:33 +0200 | [diff] [blame] | 6 | |
7 | stages: | ||||
8 | - style | ||||
9 | |||||
Sean Paul | 592c98a | 2018-09-04 15:30:29 -0400 | [diff] [blame] | 10 | checkstyle: |
Stefan Schake | 0234678 | 2018-05-05 02:39:33 +0200 | [diff] [blame] | 11 | stage: style |
Sean Paul | 592c98a | 2018-09-04 15:30:29 -0400 | [diff] [blame] | 12 | script: "./.gitlab-ci-checkcommit.sh" |
Stefan Schake | 0234678 | 2018-05-05 02:39:33 +0200 | [diff] [blame] | 13 | artifacts: |
14 | when: on_failure | ||||
Sean Paul | 68a78ef | 2018-09-04 15:32:26 -0400 | [diff] [blame] | 15 | untracked: true |