]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update .travis.yml for Ubuntu xenial (16.04LTS)
authorWolfgang Stöggl <c72578@yahoo.de>
Fri, 2 Aug 2019 17:00:10 +0000 (19:00 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 4 Aug 2019 09:52:10 +0000 (11:52 +0200)
- Install libtool-bin to fix failing "valgrind-logfile" tests
- Enable the following "valgrind-logfile" tests, which are passing now
  under xenial: create-with-source-4, vformatter1
  Add also graph1 and pdp-calc1, which have been added in the meantime.
  There are only three failing tests left: rpn1, rpn2, xport1
- Add Perl 5.22, which is the version in xenial

.travis.yml

index e8facbedd358ca53c96bc4cbc494aef7d658e1e9..225a2a8673012fd20e95edf0eef35fb552eff601 100644 (file)
@@ -1,6 +1,10 @@
+# dist: trusty
+dist: xenial
+
 language: c
 
 perl:
+  - "5.22"
   - "5.20"
   - "5.18"
   - "5.16"
@@ -9,7 +13,7 @@ perl:
 
 install:
   - sudo apt-get update || true
-  - sudo apt-get install autopoint libdbi-dev tcl-dev lua5.1 liblua5.1-0-dev valgrind dc python-pip python-setuptools libpango1.0-dev ghostscript
+  - sudo apt-get install autopoint libdbi-dev libtool-bin tcl-dev lua5.1 liblua5.1-0-dev valgrind dc python-pip python-setuptools libpango1.0-dev ghostscript
   - sudo pip install cpp-coveralls
 
 before_script:
@@ -22,9 +26,9 @@ script:
   - make check
   - make check TESTS_STYLE="rrdcached"
 # - make check TESTS_STYLE="valgrind-logfile"
-# Disable the following, failing tests: rpn1 rpn2 create-with-source-4 vformatter1 xport1
-# These tests are failing on Travis CI (currently gcc 4.8.4, Ubuntu 14.04.3), when using valgrind-logfile
-  - make check TESTS_STYLE="valgrind-logfile" TESTS="modify1 modify2 modify3 modify4 modify5 tune1 tune2 rrdcreate dump-restore create-with-source-1 create-with-source-2 create-with-source-3 create-with-source-and-mapping-1 create-from-template-1 dcounter1 list1"
+# Disable the following, failing tests: rpn1 rpn2 xport1
+# These tests are failing on Travis CI (currently Ubuntu xenial, 16.04LTS), when using valgrind-logfile
+  - make check TESTS_STYLE="valgrind-logfile" TESTS="modify1 modify2 modify3 modify4 modify5 tune1 tune2 graph1 rrdcreate dump-restore create-with-source-1 create-with-source-2 create-with-source-3 create-with-source-4 create-with-source-and-mapping-1 create-from-template-1 dcounter1 vformatter1 list1 pdp-calc1"
   - sudo make install
   - cd bindings/perl-shared && make test
   - cd ../python && python setup.py test