fixed darwin build

This commit is contained in:
Liam Galvin 2018-11-24 20:52:53 +00:00
parent e60a57a0e3
commit 74ea19eb58
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: make build-darwin - run: make build-darwin
- run: cp /build/bin/darwin/* bin/darwin/
- persist_to_workspace: - persist_to_workspace:
root: bin root: bin
paths: paths: