From 9f48c8c81dc5a3c6c275dd78393acbc04c36122c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 18 Feb 2015 16:58:48 +0100 Subject: [PATCH] Added Travis CI --- .travis.yml | 24 ++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d8bf3163 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +language: cpp +compiler: +- gcc +before_install: +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/install_boost.sh + && source ./install_boost.sh libboost-filesystem1.55-dev libboost-system1.55-dev +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/update_gcc_version.sh + && source ./update_gcc_version.sh 4.9 +before_script: +- wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh + && source ./setup_biicode_project.sh +script: +- bii find +- bii cpp:configure +- bii cpp:build +- "./bin/messmer_tempfile_test_main" +#deploy: +# provider: biicode +# user: messmer +# password: +# secure: pw-hash +# on: +# branch: develop +# repo: smessmer/tempfile diff --git a/README.md b/README.md index 8eb630a8..d6ffe048 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# blockstore +# blockstore [![Build Status](https://travis-ci.org/smessmer/blockstore.svg)](https://travis-ci.org/smessmer/blockstore) Store blocks of data