Skip to content

Commit

Permalink
Merge pull request #13 from yast/Travis
Browse files Browse the repository at this point in the history
Travis support
  • Loading branch information
jreidinger committed Oct 30, 2014
2 parents 0ff75a5 + abc7710 commit b1f1430
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 yast2-users
# disable rvm, use system Ruby
- rvm reset
- sudo gem install rspec:2.14.1
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check

2 changes: 0 additions & 2 deletions README

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# YaST - The Inetd Module #

[![Travis Build](https://travis-ci.org/yast/yast-inetd.svg?branch=master)](https://travis-ci.org/yast/yast-inetd)
[![Jenkins Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-inetd-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-inetd-master/)

0 comments on commit b1f1430

Please sign in to comment.