mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
Remove tabs.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
2204ab7711
commit
a12e5db922
32
appveyor.yml
32
appveyor.yml
@ -60,19 +60,34 @@ environment:
|
||||
|
||||
- builder: 120
|
||||
linkmode: shared
|
||||
vc: x86
|
||||
vc32: x86
|
||||
vc64: x86_amd64
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
if ($env:builder -eq "120")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %vc%
|
||||
if ($env:platform -eq "Win32")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
|
||||
}
|
||||
if ($env:platform -eq "x64")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64
|
||||
}
|
||||
}
|
||||
if ($env:builder -eq "140")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %vc%
|
||||
if ($env:platform -eq "Win32")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
||||
}
|
||||
if ($env:platform -eq "x64")
|
||||
{
|
||||
& "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
|
||||
}
|
||||
}
|
||||
|
||||
# MySQL
|
||||
@ -91,11 +106,6 @@ before_build:
|
||||
after_build:
|
||||
|
||||
build_script:
|
||||
# - set PATH=C:\ProgramData\chocolatey\bin;%PATH%
|
||||
# - mkdir cmake-build
|
||||
# - cd cmake-build
|
||||
# - cmake .. -G "Visual Studio 12 2013" -DENABLE_DATA_MYSQL=OFF -DENABLE_REDIS=OFF -DENABLE_TESTS=ON
|
||||
# - cmake --build . --config %configuration% -- /nologo /v:minimal
|
||||
- buildwin %builder% build %linkmode% %configuration% %platform% samples tests msbuild minimal "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
||||
before_test:
|
||||
@ -106,8 +116,6 @@ after_test:
|
||||
|
||||
test_script:
|
||||
- build\script\runtests2.cmd
|
||||
# - ctest -VV -C %configuration% -E "Data*"
|
||||
|
||||
|
||||
|
||||
on_success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user