mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +01:00
Read components from component file.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
8b4d424762
commit
91ea31a815
10
appveyor.yml
10
appveyor.yml
@ -127,15 +127,13 @@ after_test:
|
||||
|
||||
test_script:
|
||||
- ps: |
|
||||
$runs=0;$fails=0;$failedTests='';$status=0
|
||||
$env:POCO_BASE = $env:CD
|
||||
$runs=0;$fails=0;$failedTests='';$status=0
|
||||
|
||||
$components = gc components
|
||||
$components
|
||||
|
||||
$excludes = @('Data', 'Data/MySQL', 'Data/ODBC', 'Data/SQLite', 'Redis')
|
||||
|
||||
$components = @('Foundation', 'XML', 'JSON', 'Util', 'Net',
|
||||
'Crypto', 'NetSSL_OpenSSL', 'NetSSL_Win',
|
||||
'Data', 'Data/MySQL', 'Data/ODBC', 'Data/SQLite', 'Redis', 'MongoDB',
|
||||
'Zip', 'PageCompiler', 'PageCompiler/File2Page', 'CppParser')
|
||||
|
||||
if ($env:configuration -eq "release")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user