summaryrefslogtreecommitdiff
path: root/Tools/ci-run.sh
Commit message (Expand)AuthorAgeFilesLines
* Use newer test dependencies in Py3.6+.update_test_dependenciesStefan Behnel2021-10-241-1/+1
* Introduce new shell syntax for ci-run.sh to improve Windows support (GH-4400)0dminnimda2021-10-221-28/+31
* Improve ci-run.sh (GH-4398)0dminnimda2021-10-071-23/+66
* Add CI jobs that compile more Cython modules with "--cython-compile-all", to ...Stefan Behnel2021-07-261-1/+2
* Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-061-0/+5
* Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-1/+1
* CI: Fix typo in script.Stefan Behnel2021-05-251-1/+1
* CI: Always install latest pip version on recent Python 3 versions.Stefan Behnel2021-05-251-4/+8
* Add CI jobs that test with GCC 11.Stefan Behnel2021-05-251-4/+6
* Avoid compiling Cython and installing gcc etc. in code style CI job since if'...Stefan Behnel2021-05-251-1/+1
* Include docs build in CI code style check.Stefan Behnel2021-05-251-1/+4
* Add a coverage test job with a compiled Cython package to compare plain Pytho...Stefan Behnel2021-05-141-2/+5
* Add test job for code coverage analysis (GH-4157)Zhenbo Li2021-05-141-1/+1
* Use a dedicated test requirements file for Py3.4/5.Stefan Behnel2021-05-141-2/+3
* Test: use newer NumPy version in recent Python versions.Stefan Behnel2021-05-141-1/+1
* Fix bash script syntax.Stefan Behnel2021-05-031-1/+1
* Always show ccache statistics at the end, also in case of test failures.Stefan Behnel2021-05-031-3/+6
* Augmenting the PATH does not work like this in ci.yml, so do it in the test r...Stefan Behnel2021-05-021-0/+1
* Make test script exit code non-0 on test failures.Stefan Behnel2021-05-021-1/+2
* Run the debugger tests after the build, right before the other tests.Stefan Behnel2021-05-021-6/+8
* Print ccache statistics before and after the CI test runs.Stefan Behnel2021-05-021-0/+4
* Set number of test shards back to 7.Stefan Behnel2021-05-021-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-021-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-011-1/+1
* Try if changing the number of test jobs speeds up or slows down the builds on...Stefan Behnel2021-05-011-1/+1
* Try if increasing the number of test jobs speeds up or slows down the builds ...Stefan Behnel2021-05-011-1/+1
* Switch to github actions (GH-3943)davfsa2021-04-301-0/+100