Skip to content

Commit 586fad7

Browse files
arvidnhoffmang9
authored andcommitted
build vdf client on CI
1 parent f19ca63 commit 586fad7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
CIBW_TEST_REQUIRES: pytest
111111
CIBW_TEST_COMMAND: py.test -v {project}/tests
112112

113+
- name: build vdf-client
114+
if: startsWith(matrix.os, 'mac') || matrix.os == 'Linux'
115+
run: (cd src; make -f Makefile.vdf-client)
116+
113117
- name: Upload artifacts
114118
uses: actions/upload-artifact@v2
115119
with:

0 commit comments

Comments
 (0)