Set clang CC/CXX env vars in gitlab build.

This commit is contained in:
Brenden Matthews 2019-02-22 22:03:05 -05:00
parent 7b60d77538
commit 0ea4559f30
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ stages:
- lint
image: brndnmtthws/conky-builder:latest
variables:
CC: clang-7
CXX: clang++-7
build:
script: