1
0
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:
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

View File

@ -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: