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

Begin converting to GitHub Actions #381

Merged
merged 23 commits into from
Aug 23, 2020

Conversation

isaacbrodsky
Copy link
Collaborator

@isaacbrodsky isaacbrodsky commented Aug 17, 2020

This begins moving us over to GitHub Actions for CI. We're able to remove a few of the Travis CI tests that are now run in GitHub Actions.

GitHub Actions should make it easier to test pull requests that work with compiler flags (#372, #360, #326) since the compiler installs seem to be more "standard" compared to Travis CI, which does more custom management of the compiler installs, which can result in standard "extras" missing. Also, Github Actions seems to be faster than Travis CI or Appveyor.

Not all tests are ported, this will be addressed in a later PR. The following doesn't work:

  • FOSSA/Coveralls reports are not switched over since the API keys haven't been installed yet
  • Didn't determine how to test on ARM Linux.
  • Badges aren't updated yet

@coveralls
Copy link

coveralls commented Aug 17, 2020

Coverage Status

Coverage increased (+0.0009%) to 99.133% when pulling 5c60a42 on isaacbrodsky:github-actions into fd0f8af on uber:master.

@@ -35,7 +35,8 @@ option(BUILD_FILTERS "Build filter applications." ON)
option(BUILD_GENERATORS "Build code generation applications." ON)

if(WIN32)
set(SHELL PowerShell -Command)
# Use bash (usually from Git for Windows) for piping results
set(SHELL bash -c)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know of any Windows users that can comment on this?

I know that I have bash on my Windows VM, but is that true for those who treat it as a daily driver and use git?

Copy link
Contributor

@ajfriend ajfriend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@isaacbrodsky isaacbrodsky merged commit df151c2 into uber:master Aug 23, 2020
mrdvt92 pushed a commit to mrdvt92/h3 that referenced this pull request Jun 19, 2022
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

4 participants