tstellar / rpms / clang6.0

Forked from rpms/clang6.0 5 years ago
Clone

Blame tests/tests.yml

ca14698
- hosts: localhost
ca14698
  roles:
ca14698
  - role: standard-test-basic
ca14698
    tags:
ca14698
      - classic
ca14698
    required_packages:
ca14698
      - clang6.0-devel
ca14698
    tests:
ca14698
      # This is a simple test to prove that the package can be installed.
ca14698
      # Installation is done before the tests are run, so our test does
ca14698
      # not need to do anything.
ca14698
      - install-test:
ca14698
          dir: ./
f8f4adc
          run: echo "PASS"