summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-01-20 22:47:03 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-01-21 18:35:37 +0000
commitda8eb35a516c9afd5f59f6fc165cadbc41bf449b (patch)
treed3eab640c9daa4633fc94cfbf854b095d3ec1d66 /appveyor.yml
parentf8e4a5cc250ad8ee885061e30de8084f7d57981b (diff)
downloadswig-da8eb35a516c9afd5f59f6fc165cadbc41bf449b.tar.gz
Call -pcreversion during appveyor testing
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6959346b2..5a57c5fa2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -160,6 +160,7 @@ build_script:
test_script:
- set CCCL_OPTIONS=--cccl-muffle /W3 /EHsc
- .\swig.exe -version
+- .\swig.exe -pcreversion
- if not "%OSVARIANT%"=="" CCache\ccache-swig -V
- bash -c "file ./swig.exe"
- bash -c "make check-%SWIGLANG%-version"