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

add basic build cicd #47

Merged

Conversation

rudi-cilibrasi
Copy link
Contributor

@rudi-cilibrasi rudi-cilibrasi commented Jun 7, 2024

just an idea. to check PR and commits for buildability automatically each push.

here is an example of it working already
https://github.com/rudi-cilibrasi/hpc-now/actions/workflows/buildtest.yaml

@zhenrong-wang
Copy link
Owner

Thanks a lot, checking it now.

@rudi-cilibrasi
Copy link
Contributor Author

and what did you see @zhenrong-wang?

@zhenrong-wang
Copy link
Owner

I was on a trip these days. Sorry for not responding. Will check it out by tomorrow.

@zhenrong-wang zhenrong-wang merged commit a8b431c into zhenrong-wang:master Jun 11, 2024
@zhenrong-wang
Copy link
Owner

I have a question: This project is cross-platform, meaning that the binaries need to be built successfully on macOS, Windows, and Linux. Could that be done on GitHub using actions too? I saw the ci/cd you added is on ubuntu virtual environment.

@zhenrong-wang
Copy link
Owner

@rudi-cilibrasi

@rudi-cilibrasi
Copy link
Contributor Author

yes @zhenrong-wang you can do those tests also but i have not set them up myself on github so cannot help you with that as easily. linux came first and it is the only platform i routinely test on although i use many variations through docker images. find out more about Mac and Win here https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

@zhenrong-wang
Copy link
Owner

@rudi-cilibrasi I got the point. Let me have a try on Windows-latest and macos-latest. Github actions support these 2 OS.

@rudi-cilibrasi rudi-cilibrasi deleted the add-basic-build-cicd branch July 16, 2024 15:45
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

2 participants