forked from infoforcefeed/OlegDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (31 loc) · 1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: c
compiler:
- gcc
- clang
script:
- make liboleg oleg_test
- sudo make install
- export LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH
- ./build/bin/oleg_test
- LD_LIBRARY_PATH=./build/lib:/usr/local/lib:/usr/lib:$LD_LIBRARY_PATH go test ./...
before_install:
- sudo apt-get update
- sudo apt-get install golang
notifications:
email:
on_success: never
on_failure: change
recipients:
env:
global:
- secure: "GbSMNCqnGnjiuDqJJ55/EaNifx9L7t6JQVPw6illEnGZXL3T5RiC7alrpOQl2qGJG/gwRudMpFmEyvEqs0Rlpgx3x1DvcLCMlC2Rjd/2YklD0KVW0D91Mrrkk7ERzQTO8MXB2AUTxjSAwsZtewybebQhoqr7frulM4TclDZ/Cq4="
addons:
coverity_scan:
project:
name: "infoforcefeed/Project-Oleg"
description: "OlegDB, the ugly duckling K/V store"
notification_email: [email protected]
build_command_prepend:
build_command: make liboleg oleg_test && export LD_LIBRARY_PATH=./build/lib:$LD_LIBRARY_PATH && ./build/bin/oleg_test
branch_pattern: coverity_scan