This commit is contained in:
Dobromir Popov
2025-09-07 15:03:47 +03:00
parent 00cda24e71
commit 2d2653551b
132 changed files with 34281 additions and 5 deletions

16
zano/circle.yml Normal file
View File

@@ -0,0 +1,16 @@
version: 2
jobs:
build:
docker:
- image: nvidia/cuda:9.2-devel-ubuntu18.04
steps:
- run: apt-get update && apt-get install -qy git cmake mesa-common-dev libidn11-dev python3-requests python3-git
- checkout
- run: git submodule update --init --recursive
- run: cmake -DHUNTER_JOBS_NUMBER=4 -DETHASHCUDA=ON -DAPICORE=ON -H. -Bbuild
- run: cmake --build build -- -j4
- store_artifacts:
path: build/progminer/progminer
destination: progminer