diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c38ef60..7ae89eb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,6 +41,8 @@ test_script: - '"%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*"' + - '"%install_dir%\bin\call_stack"' + for: # Only build Release builds on master to speed things up: - branches: |