mirror of https://github.com/ceph/go-ceph
travis: install ceph in ci environment
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
a63cf0bd74
commit
ae857db917
|
@ -0,0 +1,28 @@
|
|||
language: go
|
||||
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
|
||||
before_install:
|
||||
- ssh-keygen -f $HOME/.ssh/id_rsa -t rsa -N ''
|
||||
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
|
||||
- chmod 600 ~/.ssh/authorized_keys
|
||||
- sudo apt-get -y install python-virtualenv
|
||||
- git clone https://github.com/ceph/ceph-deploy
|
||||
- cd ceph-deploy
|
||||
- ./bootstrap
|
||||
- ./ceph-deploy install --release firefly `hostname`
|
||||
- ./ceph-deploy pkg --install librados-dev `hostname`
|
||||
|
||||
install:
|
||||
- echo "asdf"
|
||||
|
||||
script: "exit 0"
|
||||
|
||||
notifications:
|
||||
recipients:
|
||||
- noahwatkins@gmail.com
|
||||
email:
|
||||
on_success: always
|
||||
on_failure: always
|
Loading…
Reference in New Issue