cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

Add GitHub Actions CI. #40

Closed kaoet closed 11 months ago

kaoet commented 1 year ago

This tests the library on all LLVM versions on push and PRs.

LLVM 8 is too old and apt.llvm.org doesn't support it, so not included here.

Unfortunately, the --features=llvm-15 is breaking for now.

cdisselkoen commented 1 year ago

This looks good, thanks. Is there a way to test it / see the results (such as the llvm-15 break) before merging this?

kaoet commented 1 year ago

You can check it here: https://github.com/kaoet/llvm-ir/actions/runs/5455449903

cdisselkoen commented 11 months ago

Superseded by #51; closing this