tstellar / rpms / clang6.0

Forked from rpms/clang6.0 5 years ago
Clone
Blob Blame History Raw
- hosts: localhost
  roles:
  - role: standard-test-basic
    tags:
      - classic
    required_packages:
      - clang6.0-devel
    tests:
      # This is a simple test to prove that the package can be installed.
      # Installation is done before the tests are run, so our test does
      # not need to do anything.
      - install-test:
          dir: ./
          run: echo "PASS"