aquachain / aquaminer-gpu

latest development
https://github.com/aquachain/aquaminer-gpu/releases
0 stars 2 forks source link

Create a Continuous Integration workflow #3

Open sisco0 opened 3 years ago

sisco0 commented 3 years ago

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.

sisco0 commented 2 years ago

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.