From fd9a62fbc1fdd205890116440e19f69c35ceb3a6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 15 Jan 2020 11:50:24 +0300 Subject: AppVeyor: basic enum_symbols test --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3