blob: 13f50a5698f345e6b7d33ae68abd2de1fe4a22a0 [file] [log] [blame]
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install build-essential autoconf automake libtool libcppunit-dev libsqlite3-dev sqlite3 libbotan1.10-dev libssl-dev p11-kit
script: sh testing/travis/travis.sh
env:
- CRYPTO=openssl OBJSTORE=file
- CRYPTO=openssl OBJSTORE=sqlite
- CRYPTO=botan OBJSTORE=file
- CRYPTO=botan OBJSTORE=sqlite