.gitlab-ci.yml 516 B

1234567891011121314151617
  1. include:
  2. - project: 'QubesOS/qubes-continuous-integration'
  3. file: '/r4.1/gitlab-base.yml'
  4. - project: 'QubesOS/qubes-continuous-integration'
  5. file: '/r4.1/gitlab-vm.yml'
  6. checks:tests:
  7. stage: checks
  8. before_script:
  9. - sudo dnf install -y python3-pip python3-gobject-base ShellCheck
  10. - pip3 install --quiet -r ci/requirements.txt
  11. script:
  12. - ./run-tests
  13. - shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
  14. after_script:
  15. - "PATH=$PATH:$HOME/.local/bin"
  16. - codecov