Fixed errors and warnings with test results
This commit is contained in:
@@ -111,7 +111,7 @@ if %DO_CLEAN%==1 (
|
||||
|
||||
if not exist "%BUILD_DIR%\CMakeCache.txt" (
|
||||
echo [TEST] Configuring test build. First run will fetch Google Test...
|
||||
cmake -S "%TEST_DIR%" -B "%BUILD_DIR%" -DCMAKE_BUILD_TYPE=Debug
|
||||
cmake -S "%TEST_DIR%" -B "%BUILD_DIR%"
|
||||
if errorlevel 1 (
|
||||
echo [FAIL] cmake configure failed.
|
||||
echo Run 'anvil doctor' to check your environment.
|
||||
|
||||
Reference in New Issue
Block a user