appveyor has grep, so use it on build output
This commit is contained in:
parent
97731f8611
commit
5b2782a34c
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ build_script:
|
|||
grep --version
|
||||
cmake .. -DSC_ENABLE_TESTING=ON -G"$env:GENERATOR" -DSC_BUILD_SCHEMAS="ifc2x3;ap214e3;ap209"
|
||||
dir *.sln *.vcxproj
|
||||
cmake --build . --config Debug
|
||||
|
||||
#| grep -v "CMake does not need to re-run because"
|
||||
cmake --build . --config Debug | grep -ve "CMake does not need to re-run because" -e "ZERO_CHECK.ZERO_CHECK" -e "^ Creating directory"
|
||||
|
||||
#msbuild libosmium.sln /p:Configuration=%config% /toolsversion:14.0 /p:Platform=x64 /p:PlatformToolset=v140
|
||||
#msbuild SC.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
|
|
|||
Loading…
Reference in a new issue