gcc to clang (#11453)
* gcc to clang test ``` export CC="sccache "$CC export CXX="sccache "$CXX ``` darwin build ``` CC=clang CXX=clang ``` * darwin - > default clang
This commit is contained in:
committed by
GitHub
parent
49f338a173
commit
7108b3f048
@@ -5,8 +5,8 @@ echo "________Running test-linux.sh________"
|
||||
set -e # fail on any error
|
||||
set -u # treat unset variables as error
|
||||
|
||||
export CC="sccache gcc"
|
||||
export CXX="sccache g++"
|
||||
export CC="sccache "$CC
|
||||
export CXX="sccache "$CXX
|
||||
FEATURES="json-tests"
|
||||
|
||||
OPTIONS="--release"
|
||||
|
||||
Reference in New Issue
Block a user