Skip to content

Commit

Permalink
CI: use clang tidy in empty config job.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSzuttor committed Sep 25, 2019
1 parent 2c31434 commit 20a9d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ tutorials-samples-no-gpu:
empty:
<<: *global_job_definition
stage: build
image: gitlab.icp.uni-stuttgart.de:4567/espressomd/docker/ubuntu-python3:cuda-9.0
image: gitlab.icp.uni-stuttgart.de:4567/espressomd/docker/clang-python3:6.0
script:
- export myconfig=empty
- export myconfig=empty with_static_analysis=true
- bash maintainer/CI/build_cmake.sh
tags:
- docker
Expand Down

0 comments on commit 20a9d23

Please sign in to comment.