summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-02 07:26:51 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-04-04 02:17:57 +0100
commit083c75e9b691afb594266d0eba1f007ee1b4cc29 (patch)
treecbd7a7cf6ac63993de44daed27a8abe14b5b2357 /appveyor.yml
parentb0e0237347b7e1ebcf40fe90df8033a886817d1f (diff)
downloadswig-083c75e9b691afb594266d0eba1f007ee1b4cc29.tar.gz
Appveyor: partialcheck test-suite
Java and Python time out when running just the test-suite. Compromise for now... run just partialcheck-test-suite, ie test just invoking SWIG and not C/C++compile and run tests.
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 27e8162ad..ff66b884d 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -67,8 +67,8 @@ test_script:
- .\swig.exe -version
- bash -c "file ./swig.exe"
- bash -c "time make -k check-%SWIGLANG%-version"
-#- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
-- bash -c "time make -k check-%SWIGLANG%-test-suite %CHECK_OPTIONS%"
+- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%"
+- bash -c "time make -k partialcheck-%SWIGLANG%-test-suite %CHECK_OPTIONS%"
# Do not build on tags (GitHub only)
skip_tags: true