Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis #34

Merged
merged 2 commits into from Oct 30, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions .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

5 changes: 5 additions & 0 deletions 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/)