Skip to content

Migrated to github actions from travis-ci. #553

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

Merged
merged 3 commits into from
Dec 4, 2019
Merged

Migrated to github actions from travis-ci. #553

merged 3 commits into from
Dec 4, 2019

Conversation

redboltz
Copy link
Owner

@redboltz redboltz commented Dec 4, 2019

No description provided.

@jonesmz
Copy link
Contributor

jonesmz commented Dec 4, 2019

@redboltz

Github Actions also supports Windows builds.

Are you continuing to use Azure Pipelines to get more parallel builds?

@redboltz redboltz force-pushed the fix_550 branch 7 times, most recently from dcff865 to 6326470 Compare December 4, 2019 04:41
Both azure build pipelines and gihub actions start CI process only if
the followin condition are satisfied:

1. Pull request is post/updated/etc
2. Push to master
3. Push tags

Removed compile times caluclation comment.
@codecov-io
Copy link

codecov-io commented Dec 4, 2019

Codecov Report

Merging #553 into master will increase coverage by 0.16%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
+ Coverage   84.07%   84.24%   +0.16%     
==========================================
  Files          41       41              
  Lines        6054     6182     +128     
==========================================
+ Hits         5090     5208     +118     
- Misses        964      974      +10

@redboltz
Copy link
Owner Author

redboltz commented Dec 4, 2019

Github Actions also supports Windows builds.
Are you continuing to use Azure Pipelines to get more parallel builds?

Yes, it is for parallel builds. Perhaps Github Actions can cover the all current windows builds. But the current bottle neck (and CI error) is caused by osx. I want to fix it quickly.

In the future, I might migrate from azure pipeline to Github Actions.

@redboltz redboltz merged commit d8bd1e1 into master Dec 4, 2019
@redboltz redboltz deleted the fix_550 branch December 4, 2019 07:42
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.

3 participants