7bf0075934
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lld#5baec8dff67c12abc0448e72ca11142f76c03089
20 lines
455 B
YAML
20 lines
455 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- lld
|
|
- clang
|
|
- gcc
|
|
- lld-test
|
|
tests:
|
|
- basic:
|
|
dir: ./
|
|
run: echo "int main(){ return 0; }" | clang -x c -fuse-ld=lld -
|
|
- gcc-compat-basic:
|
|
dir: ./
|
|
run: echo "int main(){ return 0; }" | gcc -x c -fuse-ld=lld -
|
|
# Causes filesystem issues on Fedora CI
|
|
# - lit-tests
|