coolxv / cpp-stub

C++ unit test stub(not mock) and awesome.Surpported ISA x86,x86-64,arm64,arm32,arm thumb,mips64,riscv,loongarch64.
MIT License
280 stars 82 forks source link

Create make-test-multi-platform.yml #39

Closed jiridanek closed 10 months ago

jiridanek commented 10 months ago

This adds a Github Actions job that compiles and runs tests. The Clang ubuntu tests currently fail to compile with clang-15. Can you please help me fix this?

jiridanek commented 10 months ago

Here's how it runs https://github.com/jiridanek/cpp-stub/actions/runs/7371545992

coolxv commented 10 months ago

Thanks