Merge pull request #1035 from cosmos/zach/build-examples

CI: build the examples
This commit is contained in:
Christopher Goes 2018-05-22 20:07:41 +02:00 committed by GitHub
commit 1d17526276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
command: | command: |
export PATH="$GOBIN:$PATH" export PATH="$GOBIN:$PATH"
make install make install
make install_examples
- persist_to_workspace: - persist_to_workspace:
root: /tmp/workspace root: /tmp/workspace
paths: paths: