Skip to content

Commit

Permalink
added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 26, 2014
1 parent 69c084c commit 69d5a39
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
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 -qq
- sudo apt-get install --no-install-recommends -y yast2-core yast2-devtools yast2-testsuite yast2-ruby-bindings
# - rvm default list rubies
# disable rvm, use system Ruby
# - rvm reset
# use Ruby 1.9 by default (instead of Ruby 1.8)
# - sudo update-alternatives --set ruby /usr/bin/ruby1.9.1
# - sudo gem install rspec -v 2.14.1
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check

0 comments on commit 69d5a39

Please sign in to comment.