Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Go build workflow for CI#4

Draft
pdyraga wants to merge 2 commits intomasterfrom
ci-build
Draft

Go build workflow for CI#4
pdyraga wants to merge 2 commits intomasterfrom
ci-build

Conversation

@pdyraga
Copy link
Copy Markdown
Member

@pdyraga pdyraga commented Aug 18, 2020

Basic Go CI workflow based on GitHub actions.

This is still in progress, GitHub actions do not like us cloning repos to generate ABIs.

Copy link
Copy Markdown
Collaborator

@nkuba nkuba left a comment

Choose a reason for hiding this comment

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

The config looks fine for me, but the build is not passing. I'll let you figure this out before approving.

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we want to give 1.15 a shot?

jobs:

build:
name: Build
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
name: Build
name: Build and Test

@pdyraga
Copy link
Copy Markdown
Member Author

pdyraga commented Aug 19, 2020

The config looks fine for me, but the build is not passing. I'll let you figure this out before approving.

Yep, it's still WIP, see PR description (I should make it clear by doing this PR a draft). It seems that GitHub actions do not like us cloning repositories to generate ABIs. I did not have enough time to look into it.

@pdyraga pdyraga marked this pull request as draft April 25, 2023 16:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants