| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-30 | Bump minimum supported Python version to 3.6. Closes #6297. | Jussi Pakkanen | |
| 2020-09-06 | ci: update to use latest recommendations | Michael Hirsch | |
| 2020-04-28 | ci: Upgrade to checkout@v2 | Daniel Mensinger | |
| 2020-04-28 | ci: Added bionic image | Daniel Mensinger | |
| 2020-04-17 | ci: Add python-jsonschema | Dylan Baker | |
| Which is used to validate the json schema files in the various test directories in a unit test. | |||
| 2020-04-10 | ci: Fix passing env vars | Daniel Mensinger | |
| 2020-04-05 | ci: Added cuda image (Arch Linux based) | Daniel Mensinger | |
| 2020-04-02 | ci: Retry if dub fetch failed | Daniel Mensinger | |
| 2020-04-02 | ci: Use new images in OS Comp | Daniel Mensinger | |
| 2020-03-19 | Fix failing rust CI | Xavier Claessens | |
| rustc 1.42 now dynamically link to libstd so its path is needed in LD_LIBRARY_PATH. | |||
| 2020-02-20 | boost: Updated tests | Daniel Mensinger | |
| 2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | |
| 2020-01-29 | ci: Add Arch Linux OS test | Daniel Mensinger | |
| 2020-01-24 | ci: Fix boost test on xenial | Daniel Mensinger | |
| 2020-01-24 | ci: Install more packages | Daniel Mensinger | |
| 2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan | |
| * xenial doesn't ship many dependencies, so make them all optional since we don't guarantee that everything will work * cmake/{5,6}: needs stdlib.h for EXIT_SUCCESS on GCC 5 * common/222: needs C++11, and GCC 5 doesn't understand `auto` correctly unless we explicitly enable it. * frameworks/1 boost: xenial doesn't ship boost_python3, so make it properly optional * frameworks/6 gettext: gettext can be installed without xgettext, which doesn't cause the project to fail, but the installed files list is different which causes the test to fail. * frameworks/7 gnome: gobject-introspection can't be enabled because the sanitizer unit test detects leaks in glib and fails | |||
| 2020-01-24 | ci: Add a Ubuntu 16.04 test | Daniel Mensinger | |
