libomp/tests/tests.yml
serge-sans-paille 2bc3134323 Setup minimal gating based on integration test suite
Related: rhbz#1931719
2021-06-24 10:22:42 +02:00

26 lines
502 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
# the requirements below are for the integration suite
- cmake
- llvm-devel
- clang
- clang-analyzer
- clang-tools-extra
- compiler-rt
- ninja-build
- libcxx-devel
- libomp-devel
- python-lit
- lld
- lldb
- git
- make
- libstdc++-static
- clang-devel
tests:
- integration-test-suite