-
Notifications
You must be signed in to change notification settings - Fork 82
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
Move CI to Github actions #950
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✔️ All good! |
tombruijn
requested changes
Jun 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple suggestions and the build is failing.
tombruijn
approved these changes
Jun 20, 2024
Because of difficulty updating the test matrix and getting dependencies installed on Semaphore, move the CI to Github actions. [skip changeset] Install OTP and Elixir in CI task Run CI on ubuntu-latest Check out the code on CI Get dependencies on CI Add Elixir main to CI matrix Add OTP master to CI matrix Update to checkout v4 Move master/main pair to include block Because the master/main test is meant as a smoke test, don't add it to the matrix, but just run that specific pair on CI. Use loose version numbers for OTP and Elixir on CI Run Elixir 1.17 on all supported OTP verions Run CI on Elixir 1.13.x through 1.16.x Reorder matrix to put elixir versions on top Add code linting and analysis to CI Add Elixir 1.9.x through 1.12.x to CI matrix Remove Elixir 1.9.x and 1.10.x from CI OTP 23 doesn't run on Ubuntu versions from 22.04 onward. Add PLT caching Ignore appsignal.install.ex dialyzer warning Use Dialyzer's "github" format Use latest OTP and Elixir versions for linting Instead of master and main, use the latest actual release to prevent the Dialyzer PLT from having to be regenerated every time as updates are pushed to Elixir and Erlang. Add diagnose tests to CI Run tests without the nif loaded on CI Split up linting jobs on CI Add lintje to CI Install erlang-dialyzer on CI Add explicit compile step to dialyzer on CI Delete .semaphore, bin and script directories
jeffkreeftmeijer
force-pushed
the
actions
branch
from
June 20, 2024 12:27
97f4b91
to
71fc4bc
Compare
luismiramirez
approved these changes
Jun 20, 2024
jeffkreeftmeijer
added a commit
that referenced
this pull request
Jun 20, 2024
Because of difficulty updating the test matrix and getting dependencies installed on Semaphore, move the CI to Github actions. [skip changeset] Install OTP and Elixir in CI task Run CI on ubuntu-latest Check out the code on CI Get dependencies on CI Add Elixir main to CI matrix Add OTP master to CI matrix Update to checkout v4 Move master/main pair to include block Because the master/main test is meant as a smoke test, don't add it to the matrix, but just run that specific pair on CI. Use loose version numbers for OTP and Elixir on CI Run Elixir 1.17 on all supported OTP verions Run CI on Elixir 1.13.x through 1.16.x Reorder matrix to put elixir versions on top Add code linting and analysis to CI Add Elixir 1.9.x through 1.12.x to CI matrix Remove Elixir 1.9.x and 1.10.x from CI OTP 23 doesn't run on Ubuntu versions from 22.04 onward. Add PLT caching Ignore appsignal.install.ex dialyzer warning Use Dialyzer's "github" format Use latest OTP and Elixir versions for linting Instead of master and main, use the latest actual release to prevent the Dialyzer PLT from having to be regenerated every time as updates are pushed to Elixir and Erlang. Add diagnose tests to CI Run tests without the nif loaded on CI Split up linting jobs on CI Add lintje to CI Install erlang-dialyzer on CI Add explicit compile step to dialyzer on CI Delete .semaphore, bin and script directories
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switch from Semaphore to Github actions.
[skip changeset]