Commit Graph

9 Commits

Author SHA1 Message Date
Daniel Mensinger 0d3d069a7f
ci: Use new images in OS Comp 2020-04-02 09:47:06 +02:00
Xavier Claessens 32b4bfaa74 Fix failing rust CI
rustc 1.42 now dynamically link to libstd so its path is needed in
LD_LIBRARY_PATH.
2020-03-19 19:03:44 +02:00
Daniel Mensinger 96f5d4e455
boost: Updated tests 2020-02-20 13:38:45 +01:00
Daniel Mensinger 038e0293c6 ci: Add Fedora and OpenSUSE images 2020-02-11 19:02:25 +02:00
Daniel Mensinger 71baca7abe ci: Add Arch Linux OS test 2020-01-29 23:59:23 +02:00
Daniel Mensinger a78f90c3f8 ci: Fix boost test on xenial 2020-01-24 02:53:34 +05:30
Daniel Mensinger da7a1cf52a ci: Install more packages 2020-01-24 02:53:34 +05:30
Nirbheek Chauhan 2c8e676e2b tests: Fix some test failures on Ubuntun 16.04 CI
* 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 02:53:34 +05:30
Daniel Mensinger 806068304b ci: Add a Ubuntu 16.04 test 2020-01-24 02:53:34 +05:30