diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-15 11:50:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-15 12:27:42 +0300 |
commit | fd9a62fbc1fdd205890116440e19f69c35ceb3a6 (patch) | |
tree | 379466d07ded3a58350e4a806209dc31941dd08d /.appveyor.yml | |
parent | enum_symbols: use DbgHelp instead of Repo (diff) | |
download | winapi-debug-fd9a62fbc1fdd205890116440e19f69c35ceb3a6.tar.gz winapi-debug-fd9a62fbc1fdd205890116440e19f69c35ceb3a6.zip |
AppVeyor: basic enum_symbols test
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 3 |
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: |