lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

Migrate form Travis to Github Actions #84

Closed tkrasnukha closed 2 years ago

tkrasnukha commented 2 years ago

The CI has been broken for a while. There are 2 reasons: travis-ci.org was replaced by travis-ci.com, and 'mikkeloscar/arch-travis' stopped working and become unsupported. That prompted me to migrate our CI to github actions.

The workflow takes now about 5-6 minutes and runs on Ubuntu, MacOS and Windows (except tests, they are skipped on Windows currently).

tkrasnukha commented 2 years ago

@Teemperor please, disable "continuous-integration/travis-ci" since it doesn't work and doesn't allow to accept PRs (I don't have access to the project settings).

Teemperor commented 2 years ago

Huh, weird, I thought I made you admin. Sorry for that!

Teemperor commented 2 years ago

Removed travis-ci. Thanks for taking care of that! I also added you as a project admin.

tkrasnukha commented 2 years ago

Thank you!