Make pzstd and cmake use gcc/g++

This commit is contained in:
Sean Purcell
2017-03-30 14:46:24 -07:00
committed by Nick Terrell
parent 0fcb5d70b6
commit 137efc0077
+2
View File
@@ -147,6 +147,8 @@
test_script:
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
- SET "CC=gcc"
- SET "CXX=g++"
- if [%TEST%]==[cmake] (
mkdir build\cmake\build &&
cd build\cmake\build &&