Changeset 3407119


Ignore:
Timestamp:
2019-10-31T19:41:54Z (4 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
bcd8f52
Parents:
1e8f42b
git-author:
dequis <dx@…> (31-10-19 19:30:19)
git-committer:
dequis <dx@…> (31-10-19 19:41:54)
Message:

.travis.yml: update from ubuntu 12.04 to 14.04

Still keeping it old for old distro compat, but 12.04 is waaay too
old.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1e8f42b r3407119  
    1 dist: precise
     1dist: trusty
    22language: c
    33
     
    55 - ./configure --pam=1 --ldap=1
    66 - make check
    7  - dpkg-buildpackage -uc -us -d
    8 
    9 # ubuntu precise doesn't have libotr5, so extract a prebuilt version to ~/otr
    10 before_install:
    11  - wget http://dump.dequis.org/indexed/bitlbee-travis-libs/libotr5_4.1.0_amd64_with_dev_for_travis.tar.gz -O /tmp/otr.tar.gz
    12  - echo "8424feb28a2cff3ce603ddcdff9be788701ff7e4  /tmp/otr.tar.gz" | sha1sum -c -
    13  - tar -C "$HOME" -xf /tmp/otr.tar.gz
    14  - sed -i "s#/usr#$HOME/otr/usr/#" "$HOME/otr/usr/lib/pkgconfig/libotr.pc"
    15  - echo "libotr 5 libotr" > debian/shlibs.local
     7 - dpkg-buildpackage -uc -us
    168
    179env:
     
    3426    - debhelper
    3527    - devscripts
     28    - libotr5-dev
    3629  coverity_scan:
    3730    project:
Note: See TracChangeset for help on using the changeset viewer.