mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Minimal CI test for llvm-config
Previous release broke llvm-config, make sure this does not happen again
This commit is contained in:
parent
d2cdee84dc
commit
d39dd44d90
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@
|
||||||
# hours.
|
# hours.
|
||||||
#- build-compat
|
#- build-compat
|
||||||
- binutils-plugin-ar
|
- binutils-plugin-ar
|
||||||
|
# make sure llvm-config symlink is properly setup
|
||||||
|
- llvm-config:
|
||||||
|
dir: ./
|
||||||
|
run: llvm-config --version
|
||||||
|
|
Loading…
Reference in a new issue