Searched +full:vm +full:- +full:valgrind +full:- +full:touchpad +full:- +full:buttons (Results 1 – 1 of 1) sorted by relevance
9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml10 # and run ci-fairy generate-template. For details, see11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml14 # - we really want to run dnf/apt/... only once, updating on the test runner for18 # This is handled by the ci-templates, ensuring containers are only rebuilt21 # - GitLab only allows one script: set per job but we have a bunch of commands22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge27 # MESON_ARGS=-Denable-something=true28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'35 # e.g. fedora:31@build-default[all …]