Blob Blame History Raw
language: cpp

os:
  - linux
  - osx

compiler:
  - clang
  - gcc

install:
# create /etc/sysconfig so that the build process enables this module (build test)
  - |
    if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
      sudo mkdir /etc/sysconfig
      sudo apt-get -qq update
      sudo apt-get install -y libjavascriptcoregtk-3.0-dev
    fi

script:
  - |
    cmake .           \
    -DWITH_PERL=ON    \
    -DWITH_PYTHON2=ON \
    -DWITH_GNOME3=ON  \
    -DWITH_KDE=ON     \
    -DWITH_WEBKIT3=ON \
    -DBIPR=0
  - make
  - sudo make install
  - make test