Skip to content

Commit

Permalink
Add build.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchirica committed Dec 14, 2020
1 parent f848979 commit 7b7fcbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: py.test -v {project}/tests

- name: build vdf-client
if: startsWith(matrix.os, 'mac') || matrix.os == 'Linux'
run: (cd src; make -f Makefile.vdf-client)

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 7b7fcbf

Please sign in to comment.