mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
Comment reason why PowerShell does not work.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
f655c66714
commit
2a5e836482
@ -106,14 +106,17 @@ build_script:
|
||||
before_test:
|
||||
- set PATH=%CD%\bin;%PATH%
|
||||
- set PATH=%CD%\bin64;%PATH%
|
||||
- set EXCLUDE_TESTS=Data/ODBC,Data/MySQL,PDF
|
||||
- set EXCLUDE_TESTS=Data/ODBC Data/MySQL PDF
|
||||
|
||||
after_test:
|
||||
|
||||
test_script:
|
||||
- set suffix
|
||||
- if %configuration%==release ( build\script\runtests2.cmd !suffix! )
|
||||
#
|
||||
# & .\build\script\runtests2.cmd %suffix%
|
||||
# Unable to get a correct result with powershell...
|
||||
# Job last more than one hour
|
||||
#
|
||||
# - ps: |
|
||||
# if ($env:configuration -eq "release")
|
||||
# {
|
||||
|
Loading…
x
Reference in New Issue
Block a user