Skip to content

Commit

Permalink
added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Oct 23, 2014
1 parent 644ccd9 commit 28b4299
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
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-network ruby-rspec
# disable rvm, use system Ruby
- rvm reset
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check

0 comments on commit 28b4299

Please sign in to comment.