Skip to content

Commit

Permalink
Disable the Perl syntax check at Travis
Browse files Browse the repository at this point in the history
It fails in the pluglib-bindings testsuite,
pluglib-bindings support is obsolete and should be dropped later.
  • Loading branch information
lslezak committed Feb 26, 2019
1 parent 0586133 commit 8c952ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ script:
# the "yast-travis-cpp" script is included in the base yastdevel/cpp image
# see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
# $TRAVIS_JOB_ID is not strictly required but be consistent with the other packages...
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-perl-bindings-image yast-travis-cpp
# skip the Perl syntax check, it fails in the pluglib-bindings testsuite
# FIXME: enable it after removing pluglib-bindings
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-perl-bindings-image yast-travis-cpp -x perl_syntax
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Travis: [![Build Status](https://travis-ci.org/yast/yast-perl-bindings.svg?bran
Jenkins: [![Jenkins Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-perl-bindings-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-perl-bindings-master/)


### TODO

- [ ] Remove the obsolete `pluglib-bindings` subdirectory

6 changes: 6 additions & 0 deletions pluglib-bindings/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
NOTE: the pluglib-bindings library is obsolete and it will be dropped!

DO NOT USE IT!!

--

Supported data types:
---------------------

Expand Down

0 comments on commit 8c952ed

Please sign in to comment.