Skip to content

Commit

Permalink
Merge pull request #31 from teclator/merge_SLE-12-SP3
Browse files Browse the repository at this point in the history
Merge SLE-12-SP3
  • Loading branch information
teclator committed Aug 23, 2017
2 parents fe80df9 + fbb89e8 commit 044b494
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Expand Up @@ -27,3 +27,14 @@ Makefile.am.common
.dep
tmp.*
*.log
/.yardoc
/doc/autodocs
/doc/*.html
*.rnc
*.rng
testsuite/config
testsuite/run/runtest.sh
testsuite/site.exp
testsuite/yast2-schema.sum
testsuite/yast2-schema.test/testsuite.exp

7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,11 +1,14 @@
sudo: required
language: ruby
language: bash
services:
- docker

before_install:
- docker build -t yast-schema-image .
# list the installed packages (just for easier debugging)
- docker run --rm -it yast-schema-image rpm -qa | sort

script:
# the "yast-travis-ruby" script is included in the base yastdevel/ruby image
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
- docker run -it -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-schema-image yast-travis-ruby
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-schema-image yast-travis-ruby
7 changes: 7 additions & 0 deletions .yardopts
@@ -0,0 +1,7 @@
--no-private
--markup markdown
--protected
--readme README.md
--output-dir ./doc/autodocs
--files *.md
src/**/*.rb

0 comments on commit 044b494

Please sign in to comment.