aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 11:50:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-15 12:27:42 +0300
commitfd9a62fbc1fdd205890116440e19f69c35ceb3a6 (patch)
tree379466d07ded3a58350e4a806209dc31941dd08d /.appveyor.yml
parentenum_symbols: use DbgHelp instead of Repo (diff)
downloadwinapi-debug-fd9a62fbc1fdd205890116440e19f69c35ceb3a6.tar.gz
winapi-debug-fd9a62fbc1fdd205890116440e19f69c35ceb3a6.zip
AppVeyor: basic enum_symbols test
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 903456b..5eb6562 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -36,6 +36,9 @@ after_build:
- 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%"
- appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
+test_script:
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\lab_rat.pdb" --functions'
+
for:
# Only build Release builds on master to speed things up:
- branches: