aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 12:45:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 12:48:27 +0300
commit78288d961ed0fac526404b7d3f198514beafe7d7 (patch)
treede62767efa98b4f59e4f7b6b5abab7441f2f933a /.appveyor.yml
parentlab_rat: namespace the functions (diff)
downloadwinapi-debug-78288d961ed0fac526404b7d3f198514beafe7d7.tar.gz
winapi-debug-78288d961ed0fac526404b7d3f198514beafe7d7.zip
enum_symbols: support symbol mask using --mask
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5eb6562..53958e2 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'
+ - '"%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" --functions --mask "lab_rat*"'
for:
# Only build Release builds on master to speed things up: