forked from Open-Transactions/Open-Transactions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (38 loc) · 1.05 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
33
34
35
36
37
38
os:
- linux
- osx
language: cpp
compiler:
- gcc
- clang
install: ./scripts/travis/install-deps.sh "${TRAVIS_OS_NAME}"
script:
- ./scripts/travis/cppcheck_wrapper.sh ./src
- ./autogen.sh && ./configure && make distcheck -j 2
branches:
only:
- master
- develop
notifications:
recipients:
email:
on_success: change
on_failure: always
irc:
on_success: change
on_failure: always
channels:
- "chat.freenode.net#opentransactions"
template:
- "%{branch} (%{commit} - %{author}): %{message}"
- "Change view: %{compare_url}"
- "Build: %{build_url}"
env:
global:
secure: Nry0SprRMjKfEYzcgSv6be18WVDXgqBY0OfF9N+GAtGABFGVtgBa7bA/h5bAwjpsFX0a03OeVMtwngSEOSD3B/7/ASKEk6KJOB3xSOolf8QUF3rDTZCFelrUzQkG8EqAS7sP8u1ztDS6pgKmfGPCfxIQkhPm/sKAkBdwP30+tGg=
after_success:
- git config credential.helper "store --file=.git/credentials"
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
- ./scripts/travis/update_online_documentation.sh
# - ./scripts/travis/update_sample_mint.sh