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

Use GitHub Actions for CI #151

Merged
merged 1 commit into from Apr 29, 2021
Merged

Use GitHub Actions for CI #151

merged 1 commit into from Apr 29, 2021

Conversation

casperisfine
Copy link
Contributor

And modernize the Rakefile a bit to use the tasks provided by bundler etc.

Ruby 3.0 is failing just like on Travis. I'll see if I can figure it out.

cc @tenderlove @jhawthorn

@casperisfine
Copy link
Contributor Author

Hum, it doesn't compile on Windows,but I presume it's legit?

ext/stackprof/stackprof.c:146:31: error: 'SIGALRM' undeclared (first use in this function); did you mean 'SIGABRT'?
  146 |  sigaction(mode == sym_wall ? SIGALRM : SIGPROF, &sa, NULL);
      |                               ^~~~~~~
      |                               SIGABRT

IIRC Windows have limited signal support?

@tenderlove
Copy link
Collaborator

Ya, I don't think we can use this on Windows (though maybe we should figure out a solution at some point)

@tenderlove tenderlove merged commit 3e2ef85 into tmm1:master Apr 29, 2021
@tenderlove tenderlove deleted the github-actions branch April 29, 2021 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants