CI: Build clang in a container

tingping/wmclass
Alexander Larsson 2016-12-13 16:34:55 +01:00 committed by Alexander Larsson
parent 017313d049
commit 74e25701aa
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ inherit: true
context: Clang
container:
image: fedora:25
env:
CC: 'clang'
CFLAGS: '-Werror=unused-variable'