diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7736db8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: cpp +compiler: + - gcc +before_install: + - curl http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key | sudo apt-key add - + - echo "deb http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./" | sudo tee -a /etc/apt/sources.list + - sudo apt-get update -q + - sudo apt-get install --no-install-recommends -y yast2-devtools yast2-testsuite yast2-perl-bindings + yast2 yast2-pam + # disable rvm, use system Ruby + - rvm reset +script: + - make -f Makefile.cvs + - make + - sudo make install + - make check + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbdcddd --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# YaST - The Samba Client Module # + +[![Travis Build](https://travis-ci.org/yast/yast-samba-client.svg?branch=master)](https://travis-ci.org/yast/yast-samba-client) +[![Jenkins Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-samba-client-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-samba-client-master/) +