Skip to content

Commit

Permalink
ci: added a new target for building examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lni committed Oct 11, 2020
1 parent 48822cf commit 1e7bb1f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ matrix:
os: linux
dist: bionic
script: make tools
- name: "build examples"
go: 1.15.x
os: linux
dist: bionic
before_script:
- sudo apt-get install librocksdb-dev
- git clone https://github.com/lni/dragonboat-example examples
scripts:
- cd examples
- go get github.com/lni/dragonboat/v3@master
- make
- name: "nightly test - monkey test"
go: 1.15.x
os: linux
Expand Down

0 comments on commit 1e7bb1f

Please sign in to comment.