aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 13:05:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 13:16:25 +0300
commit348b0a82e87b4a3b8f9f83b9f6600ed9960c338a (patch)
tree4d403d4a25d7e5532738d058332725633fd003d8 /.appveyor.yml
parentenum_symbols: support symbol mask using --mask (diff)
downloadwinapi-debug-348b0a82e87b4a3b8f9f83b9f6600ed9960c338a.tar.gz
winapi-debug-348b0a82e87b4a3b8f9f83b9f6600ed9960c338a.zip
lab_rat: decrease total symbol count
Diffstat (limited to '')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 53958e2..b33c959 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -37,7 +37,8 @@ after_build:
- appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\lab_rat.pdb" --functions --mask "lab_rat!*"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\lab_rat.pdb"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\lab_rat.pdb" --mask "lab_rat!lab_rat*"'
- '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\lab_rat.pdb" --functions --mask "lab_rat*"'
for: