summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Upload artifacts on failure without specifying a directoryHEADmasterGaƫl Bonithon2022-03-061-1/+2
| | | | | | | | | | | | | | `on_failure` allows to retrieve artifacts in case of failure, and only in that case: see https://docs.gitlab.com/ee/ci/yaml/index.html#artifactswhen The build takes place in a directory of the form `xfconf-${version}git${commit}/_build/sub` at the moment, but the `_build/sub` part could possibly change in the future, as it is added by Gitlab. So the easiest and most robust way seems to be to recover the `test-suite.log` files without worrying about the path. See also https://gitlab.xfce.org/xfce/xfconf/-/merge_requests/19#note_43611
* ci: Store tests resultsAndre Miranda2022-03-061-0/+3
| | | | As 'expire_in' is not specified the default should be 30 days
* Fix make distcheck and enable it on gitlab CIRomain Bouvier2020-12-041-4/+6
| | | | | | | - fix return code check and remove bashism from tests-driver.sh - Remove INSTALL from EXTRA_DIST (not created anymore since we are using automake foreign mode) - Update .gitignore
* Add xfconf .gitlab-ci.ymlJason Yavorska2020-05-151-0/+9