You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/.travis.yml

37 lines
719 B

sudo: required
dist: trusty
language: cpp
compiler:
- gcc
addons:
apt:
packages:
- build-essential
- cmake
- doxygen
- g++
- gcc
- graphviz
- libboost1.55-all-dev
- libdb++-dev
- libdb-dev
- libgtest-dev
- libminiupnpc-dev
- libssl-dev
- libssl1.0.0
- libunbound-dev
- libunwind8-dev
#sources:
#- ubuntu-toolchain-r-test
script: make -j2 && HAVE_DOT=YES doxygen Doxyfile
notifications:
email: false
irc:
on_success: change
on_failure: change
channels:
- "chat.freenode.net#monero-dev"
nick: monero
template:
- "%{result} | %{repository}#%{build_number} (%{commit} : %{author}) | Build details : %{build_url}"