Skip to content
Snippets Groups Projects
Unverified Commit 857732ea authored by takt's avatar takt Committed by GitHub
Browse files

Merge pull request #162 from bio-routing/build-examples

Build examples by iterating through folder
parents 55a422b5 f5d64049
Branches
Tags
No related merge requests found
#!/bin/sh
for i in examples/*; do
echo "building $i"
go install github.com/bio-routing/bio-rd/$i
done
......@@ -17,6 +17,4 @@ jobs:
- run: go get github.com/mattn/goveralls
- run: go test -v -cover -coverprofile=coverage.out ./...
- run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- run: go install github.com/bio-routing/bio-rd/examples/bgp
- run: go install github.com/bio-routing/bio-rd/examples/bmp
- run: go install github.com/bio-routing/bio-rd/examples/netlink
- run: .circleci/build-examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment