Skip to content

Commit

Permalink
ci: Added missing crossbuild step. (#524)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartek Plotka <[email protected]>
  • Loading branch information
bwplotka authored Sep 18, 2018
1 parent c2fd7e4 commit 6bbf9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
- attach_workspace:
at: .
- run: make crossbuild
- run: make tarballs-release
- store_artifacts:
path: .tarballs
Expand Down

0 comments on commit 6bbf9e2

Please sign in to comment.