William S Fulton
2015-07-04 23:03:38 UTC
The Appveyor Windows CI infrastructure has recently been upgraded
resulting in much much faster builds. We can now run the full
test-suite for one language in 10-20 mins depending on the language so
each runs under their 40 minute time limit. Hence I've comitted some
changes to run the full test-suite instead of the
'partialcheck-test-suite' now. The partialcheck just runs SWIG without
compiling or running the generated code and I had to do this as
compiling the tests and running them took longer than 40 mins.
Currently we are running Python 2.7, Python 3.4, Java and C# on 32 bit
and 64 bit Windows and it takes about 2 hours to run. See
https://ci.appveyor.com/project/swig/swig for latest run.
William
resulting in much much faster builds. We can now run the full
test-suite for one language in 10-20 mins depending on the language so
each runs under their 40 minute time limit. Hence I've comitted some
changes to run the full test-suite instead of the
'partialcheck-test-suite' now. The partialcheck just runs SWIG without
compiling or running the generated code and I had to do this as
compiling the tests and running them took longer than 40 mins.
Currently we are running Python 2.7, Python 3.4, Java and C# on 32 bit
and 64 bit Windows and it takes about 2 hours to run. See
https://ci.appveyor.com/project/swig/swig for latest run.
William