Skip to content

src: add build Github Action - #31153

Closed
gengjiawen wants to merge 1 commit into
nodejs:masterfrom
gengjiawen:feature/ci
Closed

src: add build Github Action#31153
gengjiawen wants to merge 1 commit into
nodejs:masterfrom
gengjiawen:feature/ci

Conversation

@gengjiawen

@gengjiawengengjiawen commented Jan 2, 2020

Copy link
Copy Markdown
Member

Fix#31017

Currently not able to reuse common steps. See https://github.community/t5/GitHub-Actions/reusing-sharing-inheriting-steps-between-jobs-declarations/m-p/37849#M3100.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Jan 2, 2020
@gengjiawengengjiawen added the build Issues and PRs related to build files or the CI. label Jan 2, 2020
@gengjiawen
gengjiawenforce-pushed the feature/ci branch 2 times, most recently from 42af02d to 291cc89CompareJanuary 2, 2020 12:40
@mscdex

Copy link
Copy Markdown
Contributor

s/Aciton/Action/ in commit message

@gengjiawengengjiawen changed the title src: add build Github Acitonsrc: add build Github ActionJan 4, 2020
@gengjiawen

Copy link
Copy Markdown
MemberAuthor

cc @nodejs/build

Comment thread.github/workflows/CI.yml Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@gengjiawengengjiawen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 9, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

gengjiawen added a commit that referenced this pull request Jan 10, 2020
PR-URL: #31153
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@gengjiawen

Copy link
Copy Markdown
MemberAuthor

Landed in 60026c7

@gengjiawen
gengjiawen deleted the feature/ci branch January 10, 2020 01:02
MylesBorins pushed a commit that referenced this pull request Jan 16, 2020
PR-URL: #31153
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@codebyterecodebytere mentioned this pull request Jan 16, 2020
codebytere pushed a commit that referenced this pull request Mar 14, 2020
PR-URL: #31153
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit to MylesBorins/node that referenced this pull request Apr 2, 2020
PR-URL: nodejs#31153
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 2, 2020
Backport-PR-URL: #32608
PR-URL: #31153
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@codebyterecodebytere mentioned this pull request Apr 3, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.metaIssues and PRs related to the general management of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: introduce github actions

6 participants

@gengjiawen@mscdex@nodejs-github-bot@addaleax@cjihrig@cclauss