blob: 13f50a5698f345e6b7d33ae68abd2de1fe4a22a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|