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

Create a Continuous Integration workflow #3

Open
1 of 3 tasks
sisco0 opened this issue Apr 15, 2021 · 1 comment
Open
1 of 3 tasks

Create a Continuous Integration workflow #3

sisco0 opened this issue Apr 15, 2021 · 1 comment

Comments

@sisco0
Copy link
Contributor

sisco0 commented Apr 15, 2021

A Continuous Integration (CI) workflow needs to be added by the use of Github Actions. In this way, the project quality would grow as now, the project could be compiled without any doubts under Dockerized images and Binary Artifacts could be created for Windows 64 and Linux when using Statically Linked builds.

This should be accomplished after #2.

  • Create the CI build system using Github Actions for CMake based on Linux.
  • Add Windows to the build system output.
  • Add Darwin to the build system output.
@sisco0
Copy link
Contributor Author

sisco0 commented Jan 30, 2022

Showed evidence of implementation at https://github.com/sisco0/aquaminer-gpu/actions for the feat/ci-build-gpu-cpu branch. The CUDA package has been setup, but could not find the branch where OpenCL is used for some reason (not visible for me), so the WITH_GPU parameter is a dummy configuration for the linux branch yet.

Submitting my Pull Request for this subject to move forward on the first Task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant