aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 17:16:26 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 17:16:26 +0300
commite6cdc6015d7b810dd3dd705b0872a93b18a64ae1 (patch)
tree8fe391eb27759038f781e27a5b0ec8c1d34053a6 /.appveyor.yml
parentlab_rat: decrease total symbol count (diff)
downloadwinapi-debug-e6cdc6015d7b810dd3dd705b0872a93b18a64ae1.tar.gz
winapi-debug-e6cdc6015d7b810dd3dd705b0872a93b18a64ae1.zip
lab_rat -> foobar
Diffstat (limited to '')
-rw-r--r--.appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b33c959..c38ef60 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -37,9 +37,9 @@ 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"'
- - '"%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*"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --mask "foobar!foobar_ns*"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --functions --mask "foobar_ns*"'
for:
# Only build Release builds on master to speed things up: