mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 20:56:20 +01:00
Exclude all Data*
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
ccc4cb9552
commit
09c884ed84
@ -12,7 +12,7 @@ services:
|
|||||||
- mssql2014
|
- mssql2014
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
# - Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -73,7 +73,7 @@ test_script:
|
|||||||
# - set PATH=%CD%\cmake-build\bin\Release;%PATH%
|
# - set PATH=%CD%\cmake-build\bin\Release;%PATH%
|
||||||
# - set EXCLUDE_TESTS=Crypto,NetSLL_Win,Data/ODBC,Data/MySQL
|
# - set EXCLUDE_TESTS=Crypto,NetSLL_Win,Data/ODBC,Data/MySQL
|
||||||
# - build\script\runtests2.cmd
|
# - build\script\runtests2.cmd
|
||||||
- ctest -VV -C %configuration% -E "Data[O,M].*"
|
- ctest -VV -C %configuration% -E "Data*"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user