summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2018-11-15 07:38:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2018-11-20 19:47:42 +0000
commit72fc01384793314e464a338b5dd49fc5b1e1343b (patch)
treeb0364ca4bfb1d47cd54b2ab5e1afe5536675ec6a /appveyor.yml
parent81b0abaf0b81732758ae2d68d230d69824b21f07 (diff)
downloadswig-72fc01384793314e464a338b5dd49fc5b1e1343b.tar.gz
Revert "Stop testing Python on Appveyor msys/mingw"
This reverts commit 6fac581a2b9517b8058f978ea5442026f1340753.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 533b7b532..19105d32d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,8 @@ environment:
PY3: 1
- SWIGLANG: python
OSVARIANT: cygwin
- - OSVARIANT: mingw
+ - SWIGLANG: python
+ OSVARIANT: mingw
install:
- date /T & time /T
@@ -87,6 +88,8 @@ install:
- bash -c "which $CXX"
- bash -c "$CC --version | head -n 1"
- bash -c "$CXX --version | head -n 1"
+- bash -c "which python"
+- bash -c "python -V"
- bash -c "make --version | head -n 2"
- pwd
- echo MAKEJOBS=%MAKEJOBS%
@@ -105,9 +108,9 @@ test_script:
- .\swig.exe -version
- if not "%OSVARIANT%"=="" CCache\ccache-swig -V
- bash -c "file ./swig.exe"
-- if not "%SWIGLANG%"=="" bash -c "make check-%SWIGLANG%-version %CHECK_OPTIONS%"
-- if not "%SWIGLANG%"=="" bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
-- if not "%SWIGLANG%"=="" bash -c "time make -k check-%SWIGLANG%-test-suite -j%MAKEJOBS% %CHECK_OPTIONS%"
+- bash -c "make check-%SWIGLANG%-version"
+- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
+- bash -c "time make -k check-%SWIGLANG%-test-suite -j%MAKEJOBS% %CHECK_OPTIONS%"
# Do not build on tags (GitHub only)
skip_tags: true