Files @ 5406e7640422
Branch filter:

Location: libtransport.git/.travis.yml

Jan Kaluza
Disable libcommuni backend in Fedora spec file temporarily before communi 3.x.y gets into F23
1
2
3
4
5
6
7
8
9
language: cpp
sudo: required
before_script:
          - curl -k https://swift.im/keys/packages.key | sudo apt-key add -
          - echo "deb http://swift.im/packages/ubuntu/precise release main" | sudo tee -a /etc/apt/sources.list
          - sudo apt-get update -qq
          - sudo apt-get install -y --force-yes libswiften-dev libprotobuf-dev protobuf-compiler pidgin-dev liblog4cxx10-dev libpopt-dev libboost-dev libboost-signals-dev libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-date-time-dev libcppunit-dev
script:
          - mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_TESTS=ON .. && make libtransport_test && ./src/libtransport_test