summaryrefslogtreecommitdiff
path: root/ci/ciimage
AgeCommit message (Collapse)Author
2021-02-07Add Qt6 moduleLuca Weiss
2021-02-06mesonlib: Add better errormessage to typelistifyDylan Baker
2021-02-06ci: Add bindgen to CI imagesDylan Baker
2021-01-29Change the Eoan CI to ubuntu rolling ciDylan Baker
This makes the Ubuntu CI always use the latest release, without us having to manually change it.
2021-01-29CI: arch: get hotdoc from official reposEli Schwartz
It is now officially packaged.
2021-01-29CI: arch: remove duplicate package from listEli Schwartz
2021-01-11CI: fix arch linux tests failing to install wxgtkEli Schwartz
There hasn't been any such package since the original addition of a gtk3 version of wxgtk... back in 2017. The "new" wxgtk2 package provided a virtual provides ever since, so people still depending on "wxgtk" would get the old gtk2 version. This virtual provides got dropped today, resulting in the package being uninstallable. Resolve the provides to its canonical name, thus making it installable again.
2020-10-13ci: fix fedora imageDaniel Mensinger
2020-10-13ci: Add an interactive mode (testTTY) for the CI image builderDaniel Mensinger
2020-06-17coverage: llvm-cov supportCary Converse
2020-04-28ci: Fix OpenSUSE immage boost_pythonDaniel Mensinger
2020-04-28ci: Added bionic imageDaniel Mensinger
2020-04-23ci: Try to fix opensuse imageDylan Baker
2020-04-22ci: install python3-lxmlDylan Baker
This will be used by the junit validation tests.
2020-04-17ci: Add python-jsonschemaDylan Baker
Which is used to validate the json schema files in the various test directories in a unit test.
2020-04-10Fix typosJens Carl
2020-04-05ci: Added cuda image (Arch Linux based)Daniel Mensinger
2020-04-05ci: Fix env_vars.sh path in the opensuse imageDaniel Mensinger
2020-04-02ci: Retry if dub fetch failedDaniel Mensinger
2020-04-02ci: Fix OpenSUSE imageDaniel Mensinger
2020-04-02ci: Use the new CI image builder for eoanDaniel Mensinger
2020-04-02ci: New CI image builder infrastructureDaniel Mensinger
2020-04-02ci: Added python-jsonschema to docker imagesDaniel Mensinger
2020-04-01ci: Added boost_python to fedoraDaniel Mensinger
2020-02-20boost: Updated testsDaniel Mensinger
2020-02-11ci: Add Fedora and OpenSUSE imagesDaniel Mensinger
2020-01-29ci: Add Arch Linux OS testDaniel Mensinger