mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-25 04:06:03 +00:00
Set clang CC/CXX env vars in gitlab build.
This commit is contained in:
parent
7b60d77538
commit
0ea4559f30
@ -4,6 +4,9 @@ stages:
|
|||||||
- lint
|
- lint
|
||||||
|
|
||||||
image: brndnmtthws/conky-builder:latest
|
image: brndnmtthws/conky-builder:latest
|
||||||
|
variables:
|
||||||
|
CC: clang-7
|
||||||
|
CXX: clang++-7
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user