Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add some "basic" GitHub Actions #1253

Open
14 tasks done
agarny opened this issue Oct 15, 2024 · 0 comments · May be fixed by #1254
Open
14 tasks done

CI: add some "basic" GitHub Actions #1253

agarny opened this issue Oct 15, 2024 · 0 comments · May be fixed by #1254
Labels
Infrastructure Building, hosting, testing, etc.

Comments

@agarny
Copy link
Contributor

agarny commented Oct 15, 2024

Our Buildbot has been "down" for weeks (months?), making it unnecessarily difficult to test our PRs. Our GitHub Actions should include the following:

  • Code formatting (Linux; target test_clang_format)
  • Documentation (Linux; target docs)
  • Code coverage (macOS; target llvm_coverage)
  • Memory leaks (Linux; target memcheck)
  • C++ (Windows, Linux, and macOS; target test -- both static and shared libraries)
    • Windows static library
    • Windows shared library
    • Linux static library
    • Linux shared library
    • macOS static library (Intel)
    • macOS shared library (Intel)
    • macOS static library (ARM)
    • macOS shared library (ARM)
  • Python (Windows, Linux, and macOS; target test)
  • JavaScript (macOS; target jest_test)
@agarny agarny added the Infrastructure Building, hosting, testing, etc. label Oct 15, 2024
@agarny agarny linked a pull request Oct 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Building, hosting, testing, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant