aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoranonimal <anonimal@i2pmail.org>2016-07-12 23:33:57 +0000
committeranonimal <anonimal@i2pmail.org>2016-07-12 23:33:57 +0000
commitb332da3e9af47c310f918a7de10c85667909f169 (patch)
treed818a6535f1382b0eabfbd3d156358fec975ae03 /.travis.yml
parentMerge pull request #889 (diff)
downloadmonero-b332da3e9af47c310f918a7de10c85667909f169.tar.xz
Travis-CI: implement first-draft configuration.
Diffstat (limited to '')
-rw-r--r--.travis.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..60c0b403e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,28 @@
+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 && make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile
+notifications:
+ email: false